pipe: Pipe

Description Arguments Examples

Description

Pipe an object forward into a function or call expression.

Arguments

lhs

A value or the magrittr placeholder.

rhs

A function call using the magrittr semantics.

Examples

1
c(5:1) %>% sort()

korkutlab/reflect documentation built on July 5, 2021, 7:38 a.m.