Skip to contents

Recursively reduces a nested list containing data frames / tibbles at its leafs to a single tibble.

Usage

reduce_df_list(x, strict = TRUE)

Arguments

x

A list containing data frames / tibbles at its leafs.

strict

Ensure x contains data frames / tibbles only and throw an error otherwise. If FALSE, leafs containing other objects are ignored (skipped).

Value

A tibble.

See also

Other data frame / tibble functions: assert_cols(), is_equal_df()