%>% {cases} | R Documentation |
Pipe operator
Description
See magrittr::%>%
for details.
Usage
lhs %>% rhs
Arguments
lhs |
the value to be piped in |
rhs |
the function to be applied with first argument |
Value
the result of rhs(lhs, ...)
[Package cases version 0.1.1 Index]