Print the output of an R function in terminal

后端 未结 0 1946
花落未央
花落未央 2021-01-04 06:09

I have defined the following function in RStudio.

#!/usr/bin/Rscript
fahr_to_kelvin <- function(temp) {
  kelvin <- ((temp - 32) * (5 / 9)) + 273.15
  p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题