See magrittr::%>% for details.
magrittr::%>%
lhs %>% rhs
Pipe an object forward into a function or call expression.
c(1, 2, 3) %>% sum()