fars_summarize_years: fars data summary

Description Usage Arguments Value Examples

Description

This function read the fars data of a specific year and summarize the data in a tibble, this data frame has 12 rows for month, and one column for each year. In each cell you can find the number of the accident in that YEAR, MONTH.

Usage

1

Arguments

years

a vector of integer indicates the year of the fars file

Value

a data frame(tibble) with 12 rows and one column for each year

Examples

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

## End(Not run)

einabadi-sh/farsdata documentation built on May 6, 2019, 9:53 a.m.