%<>% {SeaSondeR} | R Documentation |
Assigment pipe
Description
See magrittr::%<>%
for details.
Usage
lhs %<>% rhs
Arguments
lhs |
An object which serves both as the initial value and as target. |
rhs |
A function call using the magrittr semantics. |
Value
The result of calling rhs(lhs)
.
[Package SeaSondeR version 0.2.8 Index]