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