Description Usage Arguments Value Examples
View source: R/make_filename.r
This function create a standard naming for a zipped csv file
1 | make_filename(year, demo = FALSE)
|
year |
a character/numeric value reporting the year of file that you want to read |
demo |
logical if you want to use the function with demo data that comes with the package. Default to FALSE |
a character string with the name for zipped csv files
1 2 | make_filename("2010")
make_filename(2010)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.