Description Usage Arguments Details Value Note Examples
make_filename
will create a character vector filename with an assocaited year input
1 | make_filename(year)
|
year |
The year to be in the name of the file. |
This takes a year input and creates a filename with this year.
If the year is does not pass as.integer
it will have a value of NA, and the function
will throw an error after being passed to sprintf.
A character vector filename
This package does not depends on any extensions
1 2 3 4 | ## Not run:
make_filename(2013)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.