fars_summarize_years: Produce a Summary of FARS Files.

Description Usage Arguments Details Value Examples

Description

This function takes a vector of years as input and produces #' a list of data frames corresponding to input given

Usage

1

Arguments

years

vector of years

Details

fars_summarize_years produces a summary tibble of FARS years and months for given a vector of years

Value

This function returns tibble where the first column #' is the month,the second and following columns are the requested years, and the rows for the year columns are the number of FARS observations for that month/year combination.

Examples

1
2
3
4
5
## Not run: 
fars_summarize_years(years = c(2013, 2014, 2015))
fars_summarize_years(years = 2013)

## End(Not run)

sumitpratap/week4 documentation built on May 17, 2019, 8:45 p.m.