Description Usage Arguments Value Note Examples
The function generates the canonical filename for the year of interest.
1 | make_filename(year)
|
year |
A string of four numbers that denote the year of interest. |
This function returns a character string which corresponds to the canonical name of a file that contains bz2-compressed comma-separated values for the year of interest.
Entered year is first coerced into integer and only then used to generate a filename. Entering non-numbers will coerce entered string into NA.
1 2 | make_filename(2013)
make_filename("2013")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.