| op-null-continuation {rlang} | R Documentation |
Default value for non-NULL
Description
This infix operator is the conceptual opposite of %||%, providing a fallback
only if x is defined.
Usage
x %&&% y
Arguments
x, y |
If |
See Also
Examples
1 %&&% 2
NULL %&&% 2
[Package rlang version 1.2.0 Index]