unnest_df() stacks a list of lists of dataframes. This assumes that each level 2 list has the same dataframes with the same columns. This is used when reading in a set of files with identical format.

unnest_df(.data)

Arguments

.data

A list of lists of dataframes.

Value

A list of stacked tibbles.

See also