View source: R/substitute_names.R
substitute_q | R Documentation |
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 expression.
substitute_q(qexpr, env)
qexpr |
( |
env |
( |
The modified expression.
This is simplified from the package pryr
to avoid another dependency.
substitute_names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.