View source: R/utils_nonStandardEval.R
substitute_q | R 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.
substitute_q(call, env = parent.frame())
call |
a quoted call |
env |
an environment |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.