View source: R/aggregate_strings.R
| aggregate_strings | R Documentation |
This function combines strings from a character variable.
aggregate_strings(str_var)
str_var |
A character vector. |
Returns a single character string with unique strings concatenated by semicolons.
aggregate_strings(c("apple", "banana", "apple", "Unknown", "orange", " "))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.