Description Usage Arguments Value Examples
View source: R/fars_functions.R
'make_filename()' is a helper function used by 'fars_read_years()' and 'fars_map_state()', which constructs paths to annual FARS data files that corresponds to its argument and follows a common naming pattern/convention.
1 | make_filename(year)
|
year |
A four digit number representing a year in the format 'YYYY', numeric |
A character string representing a file path
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.