Rscript
R CMD
R/command.R
Rscript.Rd
Wrapper functions to run the commands Rscript and R CMD.
Rscript(args, ...) Rcmd(args, ...)
A character vector of command-line arguments.
Other arguments to be passed to system2().
system2()
A value returned by system2().
library(xfun) Rscript(c("-e", "1+1")) Rcmd(c("build", "--help"))