Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function takes a year as an argument and uses that to construct a valid filepath to the accident dataset for that year.
1 | make_filename(year)
|
year |
The year you want to pull data from. |
This function returns a valid filepath within your R working directory.
1 2 3 4 5 6 | ## Not run:
make_filename(2015)
make_filename(2014)
make_filename(10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.