Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function generates the filename where the data for a specified year is stored. Note: The working directory must be set to the directory that contains the data files.
Note: This function will not warn you if the file for the specified year does not exist.
| 1 | make_filename(year)
 | 
| year | The year as an integer or character for which to generate the filename. | 
This function returns the filename as a character string of Fatality Analysis Reporting System data for the specified year.
| 1 2 | make_filename(2013)
make_filename("2013")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.