Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
Creates a name for a file dependent on the year of the data.
1 | make_filename(year)
|
year |
the year that the data in the file is collected to be used as part of the created filename. |
This function returns the filename that was generated from the function.
all inputs into the parameter year will become integers, so make sure to use the numerical year.
1 2 | ## Not run: make_filename(2013)
## Not run: make_filename(2014)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.