Schema: R [--options] [file] [args]

CMD_Rscript(path, options = character(0), args = character(0),
  vanilla = TRUE)

Arguments

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

Value

A CMD instruction