Description Usage Arguments Value
Pipe/chain an object forward into a function call/expression.
1 | lhs %>% rhs
|
lhs |
a value |
rhs |
a function/call/expression. Enclose in parentheses to force evaluation of rhs before piping is carried out, e.g. anonymous functions or call-generating expressions. |
The result of evaluting the right-hand side with the left-hand side as the specified argument(s).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.