Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function creates a filename for a .csv.bz2 file based on the year
argument in a form "accident_<year>.csv.bz2". Function will end with an error
if input is not a an integer value.
1 | make_filename(year)
|
year |
Integer value indicating a year of a data set. |
string in a format "accident_<year>.csv.bz2"
1 2 3 4 | ## Not run:
makefilename(2017)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.