Description Usage Arguments Value Examples
Given a year (a number), this function generates a character string (a filename) with the coding "accident_year.csv.bz2".
1 | make_filename(year)
|
year |
a numeric representing the year |
a character string with the coding "accident_year.csv.bz2"
1 2 3 4 | ## Not run:
make_filename(2013)
make_filename(2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.