Description Usage Arguments Value Examples
View source: R/fars_functions.R
The function creates a filename for a .csv.bz2 file based on the year
1 | make_filename(year)
|
year |
An integer represents for a year of a data set. |
Returns a string in a format "accident_<year>.csv.bz2" as a file name If the input is not integer, there is an error message.
1 2 3 4 | ## Not run:
makefilename(2013)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.