fars_summarize_years: Generate a summary of accidents per month and year from FARS...

Description Usage Arguments Value Examples

View source: R/fars_functions_documentation_v2.R

Description

This function generates a summary of accidents per month and year from FARS data by reading in the file(s) with the FARS data for one or more years.

Usage

1

Arguments

years

A single numeric or character string specifying a year or a vector of numerics or character strings of year(s).

Value

This function returns a tibble with a row for each month and columns for each year. The entries in the cell correspond to the number of accidents in that month and year.

Examples

1
2
3

cThErLiLsK/farsvis documentation built on April 9, 2020, 12:26 a.m.