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