wrap.eval {StabPerf} | R Documentation |
Sinks any output of the evaluation of an expression in a log file. Intended for clean remote execution.
wrap.eval(cmd, sink=TRUE)
cmd |
expression. |
Log file is saved under the log
directory and is named according to the current hostname and current process ID.
e |
Result of eval(cmd) |
eval
, sink
, Sys.info
, Sys.getpid
x <- wrap.eval(parse(text="scary.function()"))