Description Usage Arguments Details Value Examples
This function reads multiple comma separated values files for a given number of years, then create an aggregated view of months and years from the read files.
1 | fars_read_years(years)
|
years |
Integers vector |
This function throws an error message if the file matching the given year does not exist.
This function returns an aggregated dataframe of months for each year from the read files.
1 2 3 4 5 | ## Not run:
fars_read_years(2020)
fars_read_years(c(2001, 2002))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.