Description Usage Arguments Value Author(s) Examples
View source: R/fars_functions.R
This function generates a file name for FARs data.
1 | make_filename(year)
|
year |
This is the year in YYYY format of the FARS data. |
This function returns a string representing the FARS data filename for a given yeare
Jesus Obregon Dominguez, gerencia@dataengineeringperu.com
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.