Description Usage Arguments Value Examples
Combine two functions into a single function so that the rhs is called on the arguments first,
then the lhs.
1  | lhs %.% rhs
 | 
lhs | 
 function to be called second  | 
rhs | 
 function to be called first  | 
a composed function
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.