Description Usage Arguments Value Examples
View source: R/fars_functions.R
Create data file name including year
1  | make_filename(year)
 | 
year | 
 Year from which to create the data file name. Year needs to be a number or a character string representing a number, in other case a warning will be raised and returned name will include NA  | 
A character string of the file name include the year
1 2 3 4  | ## Not run: 
filename <- make_filename(year = 2014)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.