Description Usage Arguments Value Examples
View source: R/fars_functions.R
Function make_filename
creates file name based on provided year.
1 | make_filename(year)
|
year |
Four-digit year, as integer or as a string (i.e. 2001, "2001"). |
file name string, such as "accident_YEAR.csv.bz2"
1 2 3 4 5 | ## Not run:
make_filename(2013)
make_filename("2013")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.