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