Description Usage Arguments Details Value Author(s) Examples
The function is designed to compile the file name of the perdifined template. The only variable (input) parameter is YEAR
1 | make_filename(year)
|
year |
the set of years (integer or character vector of the proper format) we are expecting to read data.IF the set of years containg the wrong year so the function execution will be stopped only for this year and the error message will be compiled for this year. |
The function uses sprintf()
to compile a string value.
The function return is a character vector containing the file name required.
Demyd Dzyuban
1 | # filename <- make_filename('1978')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.