Description Usage Arguments Value Examples
View source: R/fars_functions.R
Standardizes a filename based on the year. The value of year
must be compatible with as.integer otherwise an error will result.
1 | make_filename(year)
|
year |
A number representing the year |
This function returns a string based on year
.
1 2 | make_filename(2014)
make_filename(2015)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.