Rcmd {tools} | R Documentation |
Invoke R CMD
tools from within R.
Rcmd(args, ...)
args |
a character vector of arguments to |
... |
arguments to be passed to |
Provides a portable convenience interface to the R CMD
mechanism by invoking the corresponding system commands (using the
version of R currently used) via system2
.
See section “Value” in system2
.