Description Usage Arguments Value Note Examples
Creates a valid FARS filename as per the provided year
1 | make_filename(year)
|
year |
An integer value for providing year to create corresponding filename |
A character vector with required valid FARS filename for provided year
This function requires a valid integer value for year, otherwise it will result in error.
For example, this code make_filename("abc")
will break.
1 2 3 4 5 | ## Not run:
fars_filename <- make_filename(2013)
print(fars_filename)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.