RC.texteval {RC} | R Documentation |
With this function, any properly formatted text can be evaluated in the R interpreter. The result of the computation is returned.
RC.texteval(sourceText, collapse = NULL, echo = TRUE)
sourceText |
R code to be evaluated |
collapse |
separator for results |
echo |
echo in console? |
The output of the computation is returned (as text). Any objects that are created/changed by the computation are available after the function has been executed.
There is no security check - use at your own risk.