fars_summarize_years: Fatalities by month and year

Description Usage Arguments Value Examples

Description

This functions gives a summary of the fatalities by month for every FARS files read by year

Usage

1

Arguments

years

a vector of integers or strings with the year of the FARS data files

Value

This function return the table (tibble) of the fatalities by month for every year specified of the FARS file

Examples

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

ykv001/FARSpckgwk4 documentation built on May 6, 2019, 12:05 a.m.