| nullOr | R Documentation |
Null coalescing operator
x %||% y
x |
First value (any type). |
y |
Fallback value when |
x if not NULL, otherwise y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.