P0PE: Paste0, Parse, Eval

Description Usage Arguments Value

View source: R/utils.R

Description

Wraps up the common task for evaluting machine generated code. Be careful with pipes ( evironment chain for eval(). Choose a suitable argument for .env like .GlobalEnv or a binding to sys.frame().

Usage

1
P0PE(..., .env)

Arguments

...

text to parse and evaluate

env

an environment to evaulate parsed expressions in.

Value

the result of the evaluation.


johnfrye/fryeR documentation built on Dec. 28, 2021, 6:20 p.m.