Description Usage Arguments Value Examples
View source: R/make_filename.R
make_filename This function accepts a the year as a string value and returns file name concatenating it as accident_year.csv.bz2
1 | make_filename(year)
|
year |
year as a string value |
returns the concatenated name with the year in the format accident_year.csv.bz2
1 | ## Not run: filename <- make_filename('2015')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.