fars_summarize_years: Presents number of fatal injuries from FARS by month for...

Description Usage Arguments Value Note Examples

View source: R/fars_functions.R

Description

Function that reads in yearly FARS data, and tabulates the number of fatal injuries by month, for the years of interest

Usage

1

Arguments

years

Vector denoting the years of interest, i.e.,when the yearly FARS data is required

Value

This function returns a table showing the number of fatal injuries by month, for the years of interest

Note

Makes use of fars_read_years() functions

Examples

1
2
3
4
## Not run: 
fars_summarize_years(c("2020", "2019", "2015"))

## End(Not run)

shaowei72/MyFirstPackage documentation built on June 25, 2020, 10:07 a.m.