unnest_df: Unnest identical data frames

View source: R/list_functions.R

unnest_dfR Documentation

Unnest identical data frames

Description

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.

Usage

unnest_df(.data)

Arguments

.data

A list of lists of dataframes.

Value

A list of stacked tibbles.

See Also

listindex_to_col


Technomics/costmisc documentation built on Nov. 12, 2024, 8:05 a.m.