| .coalesce | R Documentation |
Returns the first non-NULL value from the given inputs.
.coalesce(x, y)
x |
First value to check. |
y |
Fallback value if 'x' is NULL. |
The first non-NULL value. If 'x' is NULL, returns 'y'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.