Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
Takes either a number or a string that is the year with no spaces to create a file name for a FARS CSV to read in the data
| 1 | make_filename(year)
 | 
| year | string or numeric that indicates the year of the FARS data that the file name will be created to read. | 
a string that is the file name to be used in fars_read for the input year
Warning: Will not work if year is not 2013, 2014, or 2015 as those are the only years with data files
| 1 |  ## Not run: make_filename(2013)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.