UQE {rlang}R Documentation

Unquote as a bare expression

Description

Defunct lifecycle

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).

Usage

UQE(x)

Arguments

x

Object to unquote.


[Package rlang version 0.3.4 Index]