reduce_df_list | R Documentation |
Recursively reduces a nested list containing data frames / tibbles at its leafs to a single tibble.
reduce_df_list(x, strict = TRUE)
x |
A list containing data frames / tibbles at its leafs. |
strict |
Ensure |
A tibble.
Other data frame / tibble functions:
assert_cols()
,
is_equal_df()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.