Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

identity_transformer

Parse and Evaluate R code


Description

This is a simple wrapper around eval(parse()), used as the default transformer.

Usage

identity_transformer(text, envir)

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.


glue

Interpreted String Literals

v1.4.2
MIT + file LICENSE
Authors
Jim Hester [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.