is_expr {rlang}R Documentation

Is an object an expression?

Description

Deprecated lifecycle

This function was deprecated and renamed to is_expression() in rlang 0.2.0. This is for consistency with other type predicates which are not abbreviated.

Usage

is_expr(x)

Arguments

x

An object to test.


[Package rlang version 0.4.5 Index]