This is a simple wrapper around eval(parse())
, used as the default
transformer.
Arguments
- text
Text (typically) R code to parse and evaluate.
- envir
environment to evaluate the code in
See also
vignette("transformers", "glue")
for documentation on creating
custom glue transformers and some common use cases.