pipe_eager_lexical {magrittr} | R Documentation |
Lazy and eager pipes
Description
Assign these pipe variants to an infix symbol like %>%
.
Usage
pipe_eager_lexical(lhs, rhs)
pipe_lazy_masking(lhs, rhs)
pipe_nested(lhs, rhs)
Arguments
lhs |
A value or the magrittr placeholder. |
rhs |
A function call using the magrittr semantics. |
[Package magrittr version 2.0.3 Index]