| %>% {decorators} | R Documentation |
Pipe operator
Description
Pipe operator
NULL operator
Usage
lhs %>% rhs
x %||% y
Value
The result of rhs(lfs).
If rhs is NULL, will return lhs; otherwise returns rhs.
[Package decorators version 0.3.0 Index]