Schema: R [--options] [file] [args]
CMD_Rscript(path, options = character(0), args = character(0), vanilla = TRUE)
path | The name of the R script that should run on startup or a path relative to the working directory |
---|---|
options | (optional) Options or flags to be passed to Rscript |
args | (otional) Argumands to be passed to the R script |
vanilla | Whether R should startup in vanilla mode. Default: TRUE |
A CMD instruction