Launches another R process from within R
Launches another R process from within R via system
() by automatically locating the
R executable, cf [1].
## Default S3 method: systemR(command="", ..., Rcommand="R", verbose=FALSE)
Returns what system
() returns.
Henrik Bengtsson
[1] R-devel thread 'Best way to locate R executable from within R?', May 22, 2012.
res <- systemR("--slave -e cat(runif(1))", intern=TRUE) cat("A random number: ", res, "\n", sep="")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.