text_eval: wrapper function of eval() and parse() to evaluate character vector
Description
wrapper function of eval() and parse() to evaluate character vector
Usage
text_eval(x, envir = parent.frame(), ...)
Arguments
x
character vector to be parsed and evaluated
envir
where to evaluate character vector
...
arguments passed through to eval()