Description Usage Arguments Value Examples
See magrittr::%>%
for details.
1 | lhs %>% rhs
|
lhs |
A value or the magrittr placeholder. |
rhs |
A function call using the magrittr semantics. |
magrittr::%>%
1 2 | x <- 1:100
x %>% head()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.