gpt4 book ai didi

r - 来自 Shell 的 R CMD BATCH 模式中的参数

转载 作者:行者123 更新时间:2023-12-02 02:23:18 24 4
gpt4 key购买 nike

我想使用 R CMD BATCH --no-save --no-restore 从 Shell 脚本调用 R 脚本。如何将参数(例如 $1)从 Shell 脚本传输到 R 脚本?

最佳答案

正如我在别处所写,BATCH 命令有时会有些奇怪,所以我直接使用 --file 命令:

R --slave --vanilla --file=myScript.R --args foo=2 bar=3 "s=string with spaces" > output.txt

...然后在 myScript.R 中我用 args <- commandArgs(TRUE)获得额外的参数 foo等等……

关于r - 来自 Shell 的 R CMD BATCH 模式中的参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7096611/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com