Description Usage Arguments Value Examples
This function takes a year and uses it to create a string representing a file name. Will result in an error if the string cannot be coerced to an integer
1 | make_filename(year)
|
year |
A string or numeric in "yyyy" format |
This function returns a string generated using the year provided
1 2 3 4 | ## make_filename("2015")
## year <- 2015
## fileName <- make_filename(year)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.