Rcmd
R CMD Interface
Description
Invoke R CMD
tools from within R.
Usage
Rcmd(args, ...)
Arguments
args | a character vector of arguments to |
... | arguments to be passed to |
Details
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
.
Value
See section “Value” in system2
.
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.