View source: R/list_functions.R
unnest_df | R Documentation |
unnest_df()
stacks a list of lists of dataframes. This assumes that each
level 2 list has the same dataframes with the same columns. This is used when
reading in a set of files with identical format.
unnest_df(.data)
.data |
A list of lists of dataframes. |
A list of stacked tibbles.
listindex_to_col
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.