Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function creates the file name as string with a format of .csv.bz2. The file name is defined as e.g. accident_2020.csv.bz2.
1 | make_filename(year)
|
year |
The numeric input for year |
A character string of file name
1 2 3 4 | ## Not run:
make_filename(2013)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.