%>% | R Documentation |
See magrittr::%>%
for details.
lhs %>% rhs
Pipe an object forward into a function or call expression.
c(1, 2, 3) %>% sum()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.