list_to_dataframe | R Documentation |
List to data frame from plyr
list_to_dataframe(res, labels = NULL, id_name = NULL, id_as_factor = FALSE)
res |
list of input data |
labels |
a data frame of labels, one row for each element of res |
id_name |
the name of the index column, NULL for no index column |
id_as_factor |
Logical |
A list is converted to a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.