return_desired_format | R Documentation |
Combines the information passed and returns it in the format stipulated in argument 'to_format'.
return_desired_format(country, year, database, level, to_format)
country |
A string with the country as 'cc'. |
year |
A string with four digit year as 'yyyy'. |
database |
A string with database as 'd'. |
level |
A string with level as 'l'. |
to_format |
A string with the desired format. |
To be used inside 'change_file_name_format()'.
A string with the file name in the stipulated format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.