fars_read_years: Get Months and Year from Accident Data Files

Description Usage Arguments Value Examples

View source: R/fars_functions.r

Description

Extracts Month and Year data from Accident datafiles for specified years.

Usage

1

Arguments

years

Years of data to be retrieved.

Value

Returns a list of (data.frames) representing the month and year data from available Accident data files. Provides and error message if years requested are not available.

Examples

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

## End(Not run)

tchoffman/bldgRpkg documentation built on May 4, 2019, 4:24 p.m.