R/pipe.R
pipe.Rd
Like dplyr underwater uses the pipe function, %>%.
%>%
pass lhs to rhs and do something
if (FALSE) vents %>% select(name_id)