Skip to contents

Recursively reduces a nested list containing data frames at its leafs to a single row-bound data frame.

Usage

reduce_df_list(x, strict = TRUE)

Arguments

x

A list containing data frames at its leafs.

strict

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

Value

A data frame.

See also

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