powered by
Run R method into guest machine.
vmrExec(cmd = c())
NULL
list of R command
call Rscript -e "cmd" into the guest machine from the current vmr environment. Command are independents and do not keep memory of past commands.
if (FALSE) { cmd <- c("Sys.info()", 'print("Hello World!")') vmrExec(cmd) }
Run the code above in your browser using DataLab