fars_summarize_years: Summarizes yearly fars data

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

fars_summarize_years loads-in fars data file for the specified years and joins them to one tibble.

Usage

1

Arguments

years

A numeric vector. The years of the traffic data.

Value

A tibble withe fars data, each year represented as a column.

Examples

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

## End(Not run)

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