Skip to contents

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

Pipe an object forward into a function or call expression.

Examples

c(1, 2, 3) %>% sum()
#> [1] 6