identity_transformer | R Documentation |
This is a simple wrapper around eval(parse())
, used as the default
transformer.
identity_transformer(text, envir = parent.frame())
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.