combine_years: Combine years of data

View source: R/combine_years.R

combine_yearsR Documentation

Combine years of data

Description

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

Usage

combine_years(data_list)

Arguments

data_list

List of data tables to combine.

Value

Returns data table of combined data.

Examples


## Not run: 

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


## End(Not run)


STAPM/hseclean documentation built on June 9, 2025, 4:50 a.m.