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.
list_to_dataframe(res, labels = NULL, id_name = NULL, id_as_factor = FALSE)
list of input data
a data frame of labels, one row for each element of res
the name of the index column, NULL
for no index
column
Other list simplification functions:
list_to_array()
,
list_to_vector()