Skip to contents

Summarise vector of strings separated by commas or semi-colons into a single character separated string. Removes empty strings, repeated strings and trims white space.

Usage

summarise_strings(x, sep = ", ")

Arguments

x

vector

sep

character separator, defaults to ", "

Value

single string of summarised strings.