View source: R/fars_functions.R
make_filename | R Documentation |
This function creates the FARS file name based in the year covered by the data
make_filename(year)
year |
An integer or string indicating the year of the FARS report |
This function return a string with the FARS file name
## Not run:
my_file <- make_filename(2013)
my_file <- make_filename("2013")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.