【823】Python subprocess.call() 运行 R 代码
摘要:
参考:How to Use R and Python Together? Try These 2 Packages 实现功能:在 Python 代码中运行 R 文件,得到结果再在 Python 里面操作! import subprocess res = subprocess.call("Rscrip 阅读全文
posted @ 2023-03-15 18:28 McDelfino 阅读(67) 评论(0) 推荐(0)