Run the commands Rscript and R CMD
Wrapper functions to run the commands Rscript
and R CMD
.
Rscript(args, ...) Rcmd(args, ...)
args |
A character vector of command-line arguments. |
... |
Other arguments to be passed to |
A value returned by system2()
.
library(xfun) Rscript(c("-e", "1+1")) Rcmd(c("build", "--help"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.