Description Usage Arguments Details
The bind operator for an object of class "list" binds the function or block
on the right-hand side for each element in the list, returning the result.
That is, for each element elt in lhs, apply elt %>>=% rhs and
collect the outputs.
| 1 2 | ## S3 method for class 'list'
lhs %>>=% rhs
 | 
| lhs | An object of class  | 
| rhs | A function or block, bound to each element of  | 
The right-hand side syntax is largely identical to that of the pipe operator,
%>%.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.