Learn R Programming

vmr (version 0.0.6)

vmrExec: Execute R methods into guest machine

Description

Run R method into guest machine.

Usage

vmrExec(cmd = c())

Value

NULL

Arguments

cmd

list of R command

Details

call Rscript -e "cmd" into the guest machine from the current vmr environment. Command are independents and do not keep memory of past commands.

Examples

Run this code
if (FALSE) {
cmd <- c("Sys.info()", 'print("Hello World!")')
vmrExec(cmd)
}

Run the code above in your browser using DataLab