Description Usage Arguments Value Examples
View source: R/fars_functions.R
This is a simple fuction building the file name for the data at hand, given a year as input. In case the year is not a number, it will be transformed into a number.
1 | make_filename(year)
|
year |
A year (string or numeric) for which you know that data is available, e.g. "2015" |
This function returns a file name based on the year provided.
1 2 3 4 5 | ## Not run:
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.