Description Usage Arguments Value
Successively read the accidents files for each year provided and collects the tibbles in a list. Each tibble contains only year and month columns.
1 | fars_read_years(years)
|
years |
the list or vector of integer years to read. |
a list with a tibble for each year containing columns MONTH and year. If the file does not exist or does not have the correct data, then a warning is emitted and NULL returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.