atomic_expr | R Documentation |
whether the expression is an atomic one
atomic_expr(ex)
ex |
expression |
logical value
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.