fars_read_years: Read-in fars data (Fatality Analysis Reporting System)

Description Usage Arguments Value Warning Examples

View source: R/fars_functions.R

Description

fars_read_years reads-in fars (Fatality Analysis Reporting System) data for specified years.

Usage

1

Arguments

years

A numeric vector. The years of the traffic data.

Value

A list of tibbles containing the traffic data for each year.

Warning

If an invalid year has been given an error will be thrown and NULL returned.

Examples

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

## End(Not run)

maximilian-muecke/fars documentation built on Jan. 5, 2022, 4:12 p.m.