powered by
Evaluate the supplied expression, reflect it on the command line, and show the results of the evaluation.
showRes(x, cr=TRUE, pau=TRUE)
an R expression to evaluate
logical: if TRUE, introduce extra carriage returns
TRUE
logical: if TRUE, pause after expression reflection and execution
The results of the expression are return invisibly.
# NOT RUN { local(envir=.PBSmodEnv,expr={ showRes("x=rnorm(100)",pau=FALSE) }) # }
Run the code above in your browser using DataLab