list_to_dataframe: List to data frame.

View source: R/list-to-dataframe.r

list_to_dataframeR Documentation

List to data frame.

Description

Reduce/simplify a list of homogenous objects to a data frame. All NULL entries are removed. Remaining entries must be all atomic or all data frames.

Usage

list_to_dataframe(res, labels = NULL, id_name = NULL, id_as_factor = FALSE)

Arguments

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

See Also

Other list simplification functions: list_to_array(), list_to_vector()


plyr documentation built on Oct. 2, 2023, 9:07 a.m.