View source: R/combine_vectors.R
combine_vectors | R Documentation |
Returns a character vector made up of two vectors, where if both are is.na() NA is returned, if one is.na() the other is returned and if neither are is.na() then the first is returned.
combine_vectors(vec1, vec2)
vec1 |
first character vector |
vec2 |
second character vector |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.