list_to_dataframe {plyr} | R Documentation |
Reduce/simplify a list of homogenous objects to a data frame
list_to_dataframe(res, labels = NULL)
res |
list of input data |
labels |
a data frame of labels, one row for each element of res |
Hadley Wickham <h.wickham@gmail.com>