Description Usage Arguments Value Examples
Composes two functions using purrr::compose
, in different directions.
Supports rlang
-style lambdas (in parentheses).
1 2 3 | x %>>% y
x %<<% y
|
x |
Lhs. |
y |
Rhs. |
A composed function
1 | (~.x ^ 2) %>>% (~.x + 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.