powered by
Condense dataframe columns that are a list of vectors to a single vector of strings.
condense(dataframe, sep = ", ")
Returns a dataframe with condensed columns that can be wrote to csv/xlsx.
A dataframe with a column(s) that are a list of vectors.
A character string to separate the terms.
mcsv_w
if (FALSE) { library(qdap) poldat <- with(DATA.SPLIT, polarity(state, person)) write.csv(x = condense(counts(poldat)), file = "foo.csv") }
Run the code above in your browser using DataLab