| %<>% | R Documentation | 
Compound pipe
lhs, rhs | 
 An object modified in place, and a function to apply to it  | 
a <- 1:5 a %<>% sum() # a is modified in place
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.