list_to_dataframe | R Documentation |
Given a list of dataframes with the same columns, this function will row bind
them together, and if passed a col_name
arguement, will produce a
column containing their original element name
list_to_dataframe(l, col_name = NULL)
l |
list of dataframes to be converted into single dataframe |
col_name |
(optional) name of column to put element names under |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.