Examples for 'R.utils::systemR.default'


Launches another R process from within R

Aliases: systemR.default systemR systemR

Keywords: programming IO

### ** Examples

res <- systemR(paste("--slave -e", shQuote("cat(runif(1))")), intern=TRUE)
cat("A random number: ", res, "\n", sep="")
A random number: 0.2933329

[Package R.utils version 2.11.0 Index]