Description Usage Arguments Value Examples
The "make_filename" function produces "accident_year.csv.bz2"-type filename, where "year" is given by the user.
1  | make_filename(year)
 | 
year | 
 an integer  | 
The function generates a filename with the year number given by the user.
1 2 3 4  | ## Not run: 
make_filename(2013)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.