Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pipe_eager_lexical

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.


magrittr

A Forward-Pipe Operator for R

v2.0.1
MIT + file LICENSE
Authors
Stefan Milton Bache [aut, cph] (Original author and creator of magrittr), Hadley Wickham [aut], Lionel Henry [cre], RStudio [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.