Description Usage Arguments Details Examples
Infix monadic sequence operators
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | lhs %>>% rhs
lhs %v>% rhs
lhs %*>% rhs
lhs %>_% rhs
lhs %>^% rhs
lhs %^>% rhs
lhs %|>% rhs
lhs %||% rhs
lhs %__% rhs
|
lhs |
left hand side value |
rhs |
right hand side value |
See the main package help page (?rmonad
) or the intro
and
cheatsheet
vignettes for more information.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.