reduce_df_list: Reduce a nested list of data frames / tibbles to a single...

reduce_df_listR Documentation

Reduce a nested list of data frames / tibbles to a single tibble

Description

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()


salim-b/pal documentation built on Feb. 28, 2025, 6:51 p.m.