fars_summarize_years: Summarise FARs data for years

Description Usage Arguments Value Author(s) Examples

View source: R/fars_functions.R

Description

This function reads in and then summarises the FARs data into number of observations by month and year

Usage

1

Arguments

years

This is a list/vector of years in YYYY format

Value

This function returns a tibble containing the number of observations in the given FARs years for each month in the data. The rows are the months and the columns are the given years

Author(s)

Jesus Obregon Dominguez, gerencia@dataengineeringperu.com

Examples

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

## End(Not run)

Jechu2/FARS documentation built on Dec. 31, 2020, 1:12 p.m.