fars_read_years: Load several accident_YEAR.csv.bz2 files into a list of tbl...

Description Usage Arguments Value Note Examples

Description

Load several accident_YEAR.csv.bz2 files into a list of tbl data.frame.

Usage

1

Arguments

years

A vector of years (numeric or character).

Value

A list in which each element corresponds to a loaded file.

Note

Will throw error and not function if any element inside years isn't related to an existing filename.

Examples

1
2
3
4
5
## Not run: 
fars_read_years(2013, 2014, 2015)
fars_read_years("2013")

## End(Not run)

KDallaporta/TestPackage documentation built on May 14, 2019, 10:32 a.m.