extract_information_from_file_name | R Documentation |
Extracts the information regarding country, year, database and level. The latter two only if available.
extract_information_from_file_name(file_name, current_format)
file_name |
A string with the name of the file. |
current_format |
A string with the currant format. |
To be used inside 'change_file_name_format()'.
A list with the following elements:
'country_' ('cc')
'year_' ('yyyy')
'database_' ('d')
'level_' ('l')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.