Description Usage Arguments Value Examples
View source: R/fars_functions.R
Makes input data file name using correct name template 'accident_<year>.csv.bz2'
1 | make_filename(year)
|
year |
character or integer value for a year function will rise an error if no data found for specified year |
This function returns a string with the data file name for a given year
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.