Description Usage Arguments Value Examples
This function takes a year in the format yyyy (e.g 1977, 2007, etc) and it gives back a valid fars filename.
1 | make_filename(year)
|
year |
a string or integer of four digits indicating the wanted year |
as a side effect, this functions prints a string with a valid fars filename such as 'accident_1997.csv.bz2'
1 2 | make_filename(2001)
make_filename(1987)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.