Description Usage Arguments Details Value Examples
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
1 | fars_summarize_years(years)
|
years |
vector with years to find data |
Data will be readed from the execution place of the file The data in csv.bz2 format need to be in the working directory
Single tibble with the sum of registers by month and year
1 2 3 4 | ## Not run:
x <- fars_summarize_years(c(2000,2013,2015, 2021))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.