Description Usage Arguments Value Examples
Convert List of Vectors to data.frame
1 2 | convertListOfVectorsToDataFrame(lst, colNames = NULL,
collapseDelimiter = NULL)
|
lst |
a list |
colNames |
an optional vector of column names for the resulting data.frame |
collapseDelimiter |
a delimiter to collapse the vector; optional |
a data.frame
1 2 | lov <- list(v1=c("a", "b"), v2=c("a", "c"), v3=c("a"))
convertListOfVectorsToDataFrame(lov)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.