substitute_q: A version of substitute that evaluates its first argument...

View source: R/utils_nonStandardEval.R

substitute_qR Documentation

A version of substitute that evaluates its first argument This version of substitute is needed because substitute does not evaluate it's first argument, and it's often useful to be able to modify a quoted call.

Description

A version of substitute that evaluates its first argument This version of substitute is needed because substitute does not evaluate it's first argument, and it's often useful to be able to modify a quoted call.

Usage

substitute_q(call, env = parent.frame())

Arguments

call

a quoted call

env

an environment


adamleejohnson/R-ajtools documentation built on April 4, 2022, 7:24 a.m.