Description Usage Arguments Value Examples
This function takes a (year) as input and retrieves a character output consisting of a file name.
1  | make_filename(year)
 | 
year | 
 A character variable representing the year to pass to the returned filename.  | 
A file name (character value) using the year passed in the format 'accident_year.csv.bz2'.
1 2 3 4  | ## Not run: 
make_filename("2015")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.