| null-coalesce | R Documentation |
Returns the left-hand side if it's not NULL, otherwise returns the right-hand side.
x %||% y
x |
First value to check. |
y |
Default value if x is NULL. |
x if not NULL, otherwise y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.