View source: R/gen_list-to-tib.R
list_to_tib | R Documentation |
This function just calls rbind on a whole list but will first make a new column in the dataframe, corresponding to the names of the list
list_to_tib(list, new_col_name = "group")
list |
the input list - should have all elements be a df |
new_col_name |
the column name to correspond to list names |
Alex Barth
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.