fars_summarize_years: fars_summarize_years

Description Usage Arguments Details Value Examples

View source: R/functions.R

Description

Function summarize data from different source files into one tibble containing months in rows and the number of register by month and year. If a year from the vector is not listed It will kept out of the tibble

Usage

1

Arguments

years

vector with years to find data

Details

Data will be readed from the execution place of the file The data in csv.bz2 format need to be in the working directory

Value

Single tibble with the sum of registers by month and year

Examples

1
2
3
4
## Not run: 
x <- fars_summarize_years(c(2000,2013,2015, 2021))

## End(Not run)

cesarkero/W4Assigment documentation built on Dec. 19, 2021, 2:56 p.m.