grapes-or-or-grapes | R Documentation |
Provides null coalescing functionality, returning the first non-NULL argument
Provides null coalescing functionality, returning the first non-NULL argument
a %||% b
a %||% b
a |
First value to check |
b |
Second value (default) to use if first is NULL |
\
\
Returns a
if not NULL, otherwise returns b
Returns a
if not NULL, otherwise returns b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.