fars_read_years: Read multiple years of FARS data

Description Usage Arguments Details Value See Also Examples

View source: R/fars_functions.r

Description

For specified years, read the MONTH and year values of the Fatality Analysis Reporting System (FARS) data in a list of tibbles. Only data for the years 2013, 2014 or 2015 is available. This function is not exported.

Usage

1
fars_read_years(years = c(2013, 2014))

Arguments

years

(integer vector)

Details

Throws an error if data for specified year does not exist.

Value

list of tibbles

See Also

https://www.nhtsa.gov/Data/Fatality-Analysis-Reporting-System-(FARS)

Examples

1
## Not run: fars_read_years(c(2013,2014))

KeesVanImmerzeel/fars documentation built on May 10, 2020, 12:32 a.m.