pub fn eval_parse_text<T: AsRef<str>>(text: T) -> Result<EvalResult>
Expand description
Parse and evaluate an R code. This is equivalent to eval(parse(text = ))
.
For simplicity, this function accept only a single line of R code.
pub fn eval_parse_text<T: AsRef<str>>(text: T) -> Result<EvalResult>
Parse and evaluate an R code. This is equivalent to eval(parse(text = ))
.
For simplicity, this function accept only a single line of R code.