pipe_eager_lexical: Lazy and eager pipes

View source: R/pipe.R

pipe_eager_lexicalR 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.


magrittr documentation built on March 30, 2022, 9:07 a.m.