R/utils-pipe.R
pipe.Rd
See magrittr::%>% for details.
magrittr::%>%
The same as the rhs.
c(1,2,3) %>% mean() #> [1] 2