UQE {rlang} | R Documentation |
UQE()
is defunct as of rlang 0.3.0 in order to simplify the
quasiquotation syntax. You can replace its use by a combination of
!!
and get_expr()
: !!get_expr(x)
is equivalent to UQE(x)
.
UQE(x)
x |
Object to unquote. |