Description Usage Arguments Value Examples
This function takes integer or string as year parameter. It converts year parameter as integer. It returns output filename as string with the input year.
1  | make_filename(year)
 | 
year | 
 Valid year as integer or string.  | 
Filename with the year parameter in the filename as string
1 2 3 4 5 6 7  | ## Not run: 
make_filename(2012)
make_filename(year=2012)
make_filename("2012")
make_filename(year="2012")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.