powered by
This function combines strings from a character variable.
aggregate_strings(str_var)
Returns a single character string with unique strings concatenated by semicolons.
A character vector.
aggregate_strings(c("apple", "banana", "apple", "Unknown", "orange", " "))
Run the code above in your browser using DataLab