R/pipe.R
pipe_eager_lexical.Rd
Assign these pipe variants to an infix symbol like %>%.
%>%
pipe_eager_lexical(lhs, rhs) pipe_lazy_masking(lhs, rhs) pipe_nested(lhs, rhs)
A value or the magrittr placeholder.
A function call using the magrittr semantics.