%>% {gmailr} | R Documentation |
Like dplyr and ggvis gmailr also uses the pipe function, %>%
to turn
function composition into a series of imperative statements.
lhs %>% rhs
lhs, rhs |
A visualisation and a function to apply to it |
# Instead of to(mime(), 'someone@somewhere.com') # you can write mime() %>% to('someone@somewhere.com')