atomic_expr: whether the expression is an atomic one

atomic_exprR Documentation

whether the expression is an atomic one

Description

whether the expression is an atomic one

Usage

atomic_expr(ex)

Arguments

ex

expression

Value

logical value

Examples

atomic_expr(rlang::expr(x))

atomic_expr(rlang::expr(!x))

atomic_expr(rlang::expr(x + y))

atomic_expr(rlang::expr(x > 1))

atomic_expr(rlang::expr(!x + y))

atomic_expr(rlang::expr(x > 1 | y < 2))


baizer documentation built on Oct. 19, 2023, 9:07 a.m.