fars_read_years: Tables of Yearly Accident Data

Description Usage Arguments Value Examples

View source: R/fars_function.R

Description

The function will generate a list of dpylr dataframes where each table represents a year of the data. Must be specified by the user.

Usage

1

Arguments

years

integers

Value

Returns a list of data.frames, each item in list corresponds to one of the years in the FARS data.

Examples

1
2
3
4
5
## Not run: 
# invalid input, year doesn't exist
fars_read_years(c(2013, 2014, 1900))

## End(Not run)

bms63/fars documentation built on Nov. 4, 2019, 7:32 a.m.