Description Usage Arguments Value Examples
The list returned by this function is useful for summarizing numbers of accidents by month for certain years.
1 | fars_read_years(years)
|
years |
vector of integer or string years for data to be read. |
list of tibbles with columns MONTH and year, corresponding to the original rows in the data files. When there is no file for a given year, that entry will be NULL and a warning is given.
1 | fars_read_years(c(2013, 2014))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.