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