Description Usage Arguments Value Examples
View source: R/fars_functions.R
Create character string corresponding to filename or data base name for given input year
1 | make_filename(year)
|
year |
integer: represents the year for which the data on accidents are needed |
Character string formatted such as accident_year.csv.bz2.
1 2 3 4 5 6 7 8 | ## Not run:
filename <- make_filename(year = 2013)
## End(Not run)
## Not run:
filename <- make_filename(year = 2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.