fars_summarize_years: Summarizes accident data for a set of years.

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Summarizes and tidies the data returned by fars_read_years by counting the accident numbers per year and month.

Usage

1

Arguments

years

A list or vector of values representing years.

Value

A tibble with the number of accidents per year per month.

Examples

1
fars_summarize_years(c(2013, 2015))

Halberdier/fars documentation built on March 22, 2020, 12:58 a.m.