Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function takes the year and makes it an integer, then uses it to construct the file name
1 | make_filename(year)
|
year |
integer or character. The file name of the file to be loaded |
character. Returns a file name
1 2 3 4 5 | ## Not run:
make_filename(2013)
make_filename("2013")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.