fars_summarize_years: Summary of the number of observations per month and year in...

Description Usage Arguments Value Examples

View source: R/fars_summarize_years.r

Description

This function counts the number of observations by months for the specified file/s. Files should be in working directory.

Usage

1

Arguments

years

a character or numeric value, a vector or a list of years

demo

logical if you want to use the function with demo data that comes with the package. Default to FALSE

Value

a tibble showing the number of observations by month for the imported files. Each file read is one column of the tibble.

Examples

1
2
3
4
5
## Not run: acc_summ <- fars_summarize_years(2013:2015)
acc_2015 <- fars_summarize_years("2015")
## End(Not run)

#'@include make_filename.r fars_read.r fars_read_years.r

veronicavedovetto/fars documentation built on Dec. 18, 2019, 12:33 a.m.