Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

baizer (version 0.8.0)

expr_pileup: pileup the subexpressions which is atomic

Description

pileup the subexpressions which is atomic

Usage

expr_pileup(ex)

Value

the character vector of subexpressions

Arguments

ex

expression

Examples

Run this code
ex <- rlang::expr(a == 2 & b == 3 | !b & x + 2)
expr_pileup(ex)

Run the code above in your browser using DataLab