Description Usage Arguments Details Value Examples
View source: R/fars_functions_completed.R
Make a file name for a paticular year's data file from the Fatality Analysis Reporting System.
1 | make_filename(year)
|
year |
A numeric or interter; should be the full 4 digit year. |
An error will result if the year is outside the scope of years available as data sets.
The name of the file from the Fatality Analysis Reporting System for that year.
1 2 3 4 | ## Not run:
foo<-fars_read(make_filename(2013))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.