list_to_dataframe {plyr}R Documentation

List to data frame

Description

Reduce/simplify a list of homogenous objects to a data frame

Usage

list_to_dataframe(res, labels = NULL)

Arguments

res list of input data
labels a data frame of labels, one row for each element of res

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package plyr version 0.1.5 Index]