Lazy and eager pipes
Assign these pipe variants to an infix symbol like %>%
.
pipe_eager_lexical(lhs, rhs) pipe_lazy_masking(lhs, rhs) pipe_nested(lhs, rhs)
lhs |
A value or the magrittr placeholder. |
rhs |
A function call using the magrittr semantics. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.