fars_summarize_years: Fatalities by month and year

View source: R/fars_functions.R

fars_summarize_yearsR Documentation

Fatalities by month and year

Description

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

Usage

fars_summarize_years(years)

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

  ## Not run: 
    fars_summarize_years(c(2013, 2014))
    fars_summarize_years(c("2013", "2014"))
  
## End(Not run)

ykv001/FARSpckgwk4 documentation built on Jan. 20, 2025, 10:38 p.m.