fars_summarize_years: fars_summarize_years

Description Usage Arguments Value Examples

Description

This function uses the data file with fatal injuries in motor vehicle traffic crashes in the USA to summarizes the total number of fatal injuries per month/year.

Usage

1

Arguments

years

An array of or single integer or character string denoting an array of years or a single year

Value

This function returns a list with per month the total casualties per (input) year

Examples

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

## End(Not run)

FerrieHeskes/Deel3-week2 documentation built on May 16, 2019, 10:04 a.m.