Learn R Programming

baizer (version 0.8.0)

atomic_expr: whether the expression is an atomic one

Description

whether the expression is an atomic one

Usage

atomic_expr(ex)

Value

logical value

Arguments

ex

expression

Examples

Run this code
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))

Run the code above in your browser using DataLab