Description Usage Arguments Value Note Examples
Generate a "accident_YEAR.csv.bz2" string with a specified YEAR.
1 | make_filename(year)
|
year |
An integer or a character. |
A character string.
Will throw a warning and malfunction if year can't be converted to an integer (eg. "HELLO" will produce "accident_NA.csv.bz2").
1 2 3 4 5 | ## Not run:
make_filename(2014)
make_filename("2018")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.