fars_summarize_years: Summary of fatal occurences per month/year

Description Usage Arguments Value Note See Also Examples

View source: R/fars_functions.R

Description

Takes a list of years, and returns a summary of the number of occurences fatal occurences per month and year.

Usage

1

Arguments

years

A list of years.

Value

A tibble (dplyr::tbl_df) where each row corresponds to a month of the year, and every column other than the first corresponds to a year.

Note

Years whose data file cannot be bound are ignored.

See Also

fars_read_years

Examples

1
## Not run: fars_summarize_years(c(2013,2014,2015))

adbjesus/assignment04 documentation built on July 2, 2020, 6:24 p.m.