Description Usage Arguments Value Examples
View source: R/fars_functions.R
The function make_filename
generates filenames for the US National
Highway Traffic Safety Administration's Fatality Analysis Reporting System
corresponding to a specific year.
1 | make_filename(year)
|
year |
A year as an integer. |
A filename for the Fatality Analysis Reporting System corresponding
to the specific year in the format "accident_<year
>.csv.bz2".
If type of year
is not correct, an error message is generated and
nothing is returned.
1 | make_filename(2015)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.