Description Usage Arguments Value Note See Also Examples
View source: R/fars_functions.R
This function will create a .csv filename with input year.
1 | make_filename(year)
|
year |
an integer or string indicating the input year. |
This function will return the filname as a string format using the input year: accident_(year).csv.bz2"
This function will only create a filename, to read in the file, use fars_read
.
1 | make_filename(2013) ## output "accident_2013.csv.bz2"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.