grapes-or-or-grapes {textAnnotatoR} | R Documentation |
Null coalescing operator
Description
Provides null coalescing functionality, returning the first non-NULL argument
Provides null coalescing functionality, returning the first non-NULL argument
Usage
a %||% b
a %||% b
Arguments
a |
First value to check |
b |
Second value (default) to use if first is NULL |
Details
\
\
Value
Returns a
if not NULL, otherwise returns b
Returns a
if not NULL, otherwise returns b
[Package textAnnotatoR version 0.1.4 Index]