combine_years: Combine years of data

Description Usage Arguments Value Examples

View source: R/combine_years.R

Description

Combines years of data when provided as a list of data tables.

Usage

1
combine_years(data_list)

Arguments

data_list

List of data tables to combine.

Value

Returns data table of combined data.

Examples

1
2
3
4
5
6
## Not run: 

data_all <- combine_years(list(data1, data2, data3))


## End(Not run)

dosgillespie/hseclean documentation built on May 2, 2020, 1:15 a.m.