%>% {tradeoffaucdim} | R Documentation |
Pipe operator
Description
See magrittr::%>%
for details.
Usage
lhs %>% rhs
Arguments
lhs |
A value or the |
rhs |
A function call using the |
Value
The result of calling 'rhs(lhs)'.
[Package tradeoffaucdim version 0.1.0 Index]