View source: R/combine_years.R
combine_years | R Documentation |
Combines years of data when provided as a list of data tables.
combine_years(data_list)
data_list |
List of data tables to combine. |
Returns data table of combined data.
## Not run:
data_all <- combine_years(list(data1, data2, data3))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.