Description Usage Arguments Value
Define magrittr's Pipe operator "%>%" locally for simplified programming.
1 | lhs %>% rhs
|
lhs |
A value or the magrittr placeholder. |
rhs |
A function call using the magrittr semantics. |
Function call rhs(lhs).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.