| or_or | R Documentation |
Internal Coalesce Operator Returns the left-hand side if it is not NULL, otherwise the right-hand side.
x %||% y
x |
Left-hand value. |
y |
Right-hand value. |
If x is not NULL, returns x; else y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.