vec_unite | R Documentation |
Unite parallel vectors of strings into a combined single vector
vec_unite(..., sep = ", ", na.rm = TRUE, na.empty = TRUE)
... |
Vectors of strings to combine. |
sep |
Used |
na.rm |
Remove NA values before combining. |
na.empty |
Treat empty ("") values as NA. |
A vector of combined strings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.