text_eval: wrapper function of eval() and parse() to evaluate character...

Description Usage Arguments

View source: R/text_eval.R

Description

wrapper function of eval() and parse() to evaluate character vector

Usage

1
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()


stringb documentation built on Jan. 26, 2021, 1:07 a.m.

Related to text_eval in stringb...