condense(dataframe, sep = ", ")
Returns a dataframe with condensed columns that can be wrote to csv/xlsx.
Condense dataframe columns that are a list of vectors to a single vector of strings.
## <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>
mcsv_w