fars_read_years: Read in multiple years of FARS data

Description Usage Arguments Value Note Examples

Description

This function summarizes fatal accidents by month and year based on multiple FARS datafiles

Usage

1

Arguments

years

A vector input of the years you would like to import data for

Value

A list with each element containing a list of fatal accidents with the variables month and year

Note

Any year inputs that you do not have data for will generate a warning message.

Examples

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

gharrels/FARS_ documentation built on May 29, 2019, 3:05 a.m.