RC.texteval {RC}R Documentation

Evaluate text in the R interpreter

Description

With this function, any properly formatted text can be evaluated in the R interpreter. The result of the computation is returned.

Usage

RC.texteval(sourceText, collapse = NULL, echo = TRUE)

Arguments

sourceText R code to be evaluated
collapse separator for results
echo echo in console?

Value

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.

Warning

There is no security check - use at your own risk.


[Package RC version 1.0.1.27 Index]