fars_read_years: Read Multiple Years of Accident Data

Description Usage Arguments Value Examples

Description

Read multiple years of Fatality Analysis Reporting System accident data to produce a list of data_frames with one accident per record with the month and year of the accident.

Usage

1

Arguments

years

A vector of years.

Value

A list of data_frames containing the month and year of all accidents. If a year without data is provided, a warning will show and that place in the list will be NULL.

Examples

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

## End(Not run)

acjackman/building_r_packages documentation built on May 10, 2019, 5:11 a.m.