parse_quo {rlang} | R Documentation |
These functions are in the questioning stage because they don't add
value compared to using parse_expr()
with new_quosure()
.
parse_quo(x, env) parse_quos(x, env)
x |
Text containing expressions to parse_expr for
|
env |
The environment for the quosures. Depending on the use case, a good default might be the global environment but you might also want to evaluate the R code in an isolated context (perhaps a child of the global environment or of the base environment). |