coalesce | R Documentation |
accepts a list of vectors of identical length and returns one vector with the first non-NA value
coalesce(...)
list |
of vectors of identical length |
one vector with the first non-NA value
Stefan Bartels, email@biobits.eu
coalesce(c(NA,NA,53))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.