R/utils-pipe.R
pipe.Rd
See magrittr::%>% for details.
magrittr::%>%
lhs %>% rhs
the value to be piped in rhs
rhs
the function to be applied with first argument lhs
lhs
the result of rhs(lhs, ...)
rhs(lhs, ...)