Calling R script from Python does not save log file in version 4

后端 未结 0 1606
逝去的感伤
逝去的感伤 2021-01-25 22:37

I am calling from python an R script that is very simple called R Code.R:

args <- commandArgs(TRUE)
print(args)
source(args[1])

setwd("

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