identity_transformer {glue} | R Documentation |
Parse and Evaluate R code
Description
This is a simple wrapper around eval(parse())
, used as the default
transformer.
Usage
identity_transformer(text, envir = parent.frame())
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.
[Package glue version 1.7.0 Index]