| null | R Documentation |
Replaces NULL with a default value.
x %||% y
x, y |
An object. |
If x is NULL, returns y; otherwise returns x.
Other utilities:
concat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.