View source: R/coalesce_with_warnings.R
coalesce_with_warnings | R Documentation |
A re-coding of the coalesce function to include warnings when multiple values are given which are not NA and are different
coalesce_with_warnings(...)
... |
vectors of equal length and type to coalesce |
vector of coalesced values
coalesce_with_warnings(c(1, 2, 3), c(4, 5, 6)) coalesce_with_warnings(c(1, 2, 3), c(1, 2, NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.