我想使用以下命令从 python 脚本执行 R 脚本:
subprocess.call("Rscript script.R --args arg1 arg2", shell=True)
我必须如何编写我的 script.R 才能使用 args?
我想使用以下命令从 python 脚本执行 R 脚本:
subprocess.call("Rscript script.R --args arg1 arg2", shell=True)
我必须如何编写我的 script.R 才能使用 args?