Condense Dataframe Columns

Usage

condense(dataframe, sep = ", ")

Arguments

dataframe
A dataframe with a column(s) that are a list of vectors.
sep
A character string to separate the terms.

Condense Dataframe Columns

Value

Returns a dataframe with condensed columns that can be wrote to csv/xlsx.

Description

Condense dataframe columns that are a list of vectors to a single vector of strings.

Examples

## <strong>Not run</strong>: # library(qdap) # poldat <- with(DATA.SPLIT, polarity(state, person)) # write.csv(x = condense(counts(poldat)), file = "foo.csv") # ## <strong>End(Not run)</strong>

See also

mcsv_w