rlang (version 0.2.2)

is_expr: Is an object an expression?

Description

This function was soft-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.