Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
This function use the sprintf function to create a filename for the data in the year observed in csv.bz2 format.
1 | make_filename(year)
|
year |
A numerical vector for the year to include in the file name |
A character vector indicating the name of the files in .csv.bz2 format
If input cannot be coerced to integer(s) warning will result and NA(s) will be returned.
1 2 3 4 5 6 | ## Not run:
make_filename(2013)
make_filename('2013')
make_filenam(c(2013,2015))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.