Description Usage Arguments Source See Also
Pipe an object forward into a function call/expression.
1 | lhs %>% rhs
|
lhs |
The value to be piped |
rhs |
A function or expression |
This is just the imported function from the magrittr package. The documentation you should read for the %>% function can be found here: pipe
Adding the function in the package while importing it is a trick taken from the dplyr package (in the file chain.r)
pipe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.