Description Usage Arguments Value Note Examples
View source: R/convertDataFrameListsToVectors.R
Convert columns with list in data.frame to vector
1 | convertDataFrameListsToVectors(df, delimiter = ";")
|
df |
a data.frame |
delimiter |
a delimiter to concatenate (DEFAULT: ;) |
a data.frame without list columns
Lists as columns are useful programmatically, but cause issue in writing output to text-based files
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.