Description Usage Arguments Value Examples
Operator to apply ifelse function
1 | a %||% b
|
a |
First choice. |
b |
Second choice, used if 'a' is null |
Object a or b.
1 2 3 4 5 | #Return 9
9 %||% 10
#Return 10
NULL %||% 10
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.