Description Usage Arguments Value Examples
View source: R/fars_function.R
This function takes a year as numeric input and returns a filname in the format 'accident_year.csv.bz2'.
1  | make_filename(year)
 | 
year | 
 The year the data was obtained  | 
A string in the format 'accident_year.csv.bz2' that can be used as filename
1 2 3 4  | ## Not run: 
makefilename(2014)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.