Description Usage Arguments Value Examples
make_filename
function takes a year argument and creates a file name of the given year.
1 | make_filename(year)
|
year |
Can be a numeric or chracter vector of years. if it is chracter, chnages to numeric using |
It returns a character of file name, like "accident_2013.csv.bz2".
1 2 | year_input<-c(2013,2014,2015)
make_filename(year_input)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.