Description Usage Arguments Details Value Examples
This is a function that concatenates string values and creates a filename in a standard format of accident_YEAR.csv.bz2
1 | make_filename(year)
|
year |
The year as numeric or string |
The function reads a value for the year and creates a filename in a standard format of accident_YEAR.csv.bz2
A file name in string format
1 2 3 4 5 | ## Not run:
make_filename("2014")
make_filename(2014)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.