Description Usage Arguments Value Author(s) References See Also
View source: R/aveytoolkit_MakeDF.R
Creates a data frame from a list. Useful for when the list elements have unequal lengths and
as.data.frame
fails.
1 | MakeDF(List, Names)
|
List |
the list to convert |
Names |
the names of the list |
a data frame of the converted list.
Josh O'Brien
http://stackoverflow.com/questions/15753091/convert-mixed-length-named-list-to-data-frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.