Description Usage Arguments Value Examples
View source: R/fars_functions.R
Function that returns a file name as character string containing a year specified by the argument year
.
Can be used in combination with fars_read.
1 | make_filename(year)
|
year |
Year to be included in the file name |
This function returns a file name as character string
1 2 3 4 5 | ## Not run:
make_filename(2014)
fars_read(make_filename(2015))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.