R/utils-pipe.R
pipe.Rd
See magrittr::%>% for details.
magrittr::%>%
lhs %>% rhs
Pipe an object forward into a function or call expression.
c(1, 2, 3) %>% sum() #> [1] 6