Description Usage Arguments Value See Also Examples
Condense dataframe columns that are a list of vectors to a single vector of strings.
1 | condense(dataframe, sep = ", ")
|
dataframe |
A dataframe with a column(s) that are a list of vectors. |
sep |
A character string to separate the terms. |
Returns a dataframe with condensed columns that can be wrote to csv/xlsx.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.