Description Usage Arguments Value See Also Examples
View source: R/fars_functions.R
Generates the properly formatted file name for FARS dataset based on the year. Filenames are in the form "accident_<year>.csv.bz2".
1 | make_filename(year)
|
year |
year |
a valid FARS data file name
fars_read_years()
, fars_map_state()
1 2 3 4 | ## Not run:
filename <- make_filename(2013)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.