eval_env: Take a dotlist of expressions and evaluate them

View source: R/eval-env.R

eval_envR Documentation

Take a dotlist of expressions and evaluate them

Description

Evaluation environment can be set, it's a new child of the calling environment by default.

Usage

eval_env(..., .env = rlang::new_environment(parent = rlang::caller_env()))

Arguments

...

dotlist of expressions

.env

evaluation environment

Value

list of values created in the enviornment


sakrejda/workflow documentation built on Nov. 18, 2024, 3:02 a.m.