Description Usage Arguments Value See Also Examples
Read the multiple year of Fatality Analysis Reporting System data files based on the provided years.
1 | fars_read_years(years)
|
years |
numerical inputs to indicate the years of the required data |
The function uses the make_filename function and returns a tibble data.frame based on the multiple provided years under csv format. The error occured if the input year does not exist.
1 2 3 4 | ## Not run:
fars_read_years(2013:2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.