reduce_df_list: Reduce a nested list of data frames to a single data frame

reduce_df_listR Documentation

Reduce a nested list of data frames to a single data frame

Description

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


salim-b/pal documentation built on June 9, 2025, 12:39 a.m.