Description Usage Arguments Value Examples
The make_filename() function generates standardised file names for FARS
data sets based on the year you pass to it as argument.
| 1 | make_filename(year)
 | 
| year | The year of the FARS report in any format that can be coerced to an integer | 
This function returns a character string to be used as file name. The string has
the following structure where YYYY is replaced with what has been passed as the
year argument: accident_YYYY.csv.bz2
| 1 | make_filename(2013)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.