R/utils.R
pipe.Rd
Pipe operator
lhs %>% rhs
A value passed into the right-hand side function.
A function call to which `lhs` is supplied as the first argument.
The result of calling `rhs` with `lhs` as its first argument.