Description Usage Arguments Value See Also Examples
This function returns the first non-NA
argument similar to the SQL
function COALESCE(...)
. Coalescing is done element by element.
1 |
... |
vectors with values to coalesce. |
a vector of same length as the first input.
See the following StackOverflow answer for the source of this function.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.