Description Usage Arguments Value Examples
View source: R/fars_summarize_years.r
This function counts the number of observations by months for the specified file/s. Files should be in working directory.
1 | fars_summarize_years(years, demo = FALSE)
|
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 |
a tibble showing the number of observations by month for the imported files. Each file read is one column of the tibble.
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.