overscope_eval_next {rlang} | R Documentation |
overscope_eval_next()
is deprecated as of rlang 0.2.0. Please use
eval_tidy()
to which you can now supply an overscope.
overscope_eval_next(overscope, quo, env = base_env())
overscope |
A valid overscope containing bindings for |
quo |
A quosure. |
env |
The lexical enclosure in case |