Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function generates a filename that can be used in the fars_read function. It takes as an input a specific year, and provides as output the full filename as a character string.
1 | make_filename(year)
|
year |
An integer representing a year that is 2013, 2014, or 2015 |
This function returns a character string of the full bz2 filename
1 2 3 4 5 6 | ## Not run:
make_filename(2013)
make_filename(2014)
make_filename(2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.