%<>% {pixiedust} | R Documentation |
Chain together multiple operations
Description
Chain together multiple operations and save to the object at the start of the chain. See 'magrittr' documentation for details.
Usage
lhs %<>% rhs
Arguments
lhs , rhs |
A data set and function to apply it to |
[Package pixiedust version 0.9.4 Index]