parse_quosure {rlang} | R Documentation |
These functions were deprecated and renamed to parse_quo()
and parse_quos()
in rlang 0.2.0. This is for consistency with the
convention that suffixes indicating return types are not
abbreviated.
parse_quosure(x, env = caller_env()) parse_quosures(x, env = caller_env())
x |
Text containing expressions to parse_expr for
|