%>% {hubUtils} | 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 hubUtils version 0.1.7 Index]