reduce_df_list | R Documentation |
Recursively reduces a nested list containing data frames at its leafs to a single row-bound data frame.
reduce_df_list(x, strict = TRUE)
x |
A list containing data frames at its leafs. |
strict |
Ensure |
A data frame.
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.