Description Usage Arguments Value Examples
View source: R/fars_functions_package0.1.R
Helper function to create a characterstring with the name of a FARS datafile of specific year
1 | make_filename(year)
|
year |
, the year of which you want to load the FARS data. Should be an integer. The function will try to coerce this to an integer |
returns a character string of the filename to be loaded, can be used together with the fars_read() function
1 2 3 4 5 | ## Not run:
make_filename(year=2015)
make_filename(2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.