Description Usage Arguments Value Examples
This operator returns y
if and only if x
is NULL
. Otherwise, it
returns x
. It is most useful to provide alternatives in assignment
operations. See examples.
1 | x %||% y
|
x, y |
R Objects. |
Either x
or y
. The latter is returned if and only if x
is NULL
.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.