View source: R/list_countries.R
list_countries | R Documentation |
This function returns a vector of country names in different nomenclatures.
list_countries(nomenclature = "name_en")
nomenclature |
String indicating the nomenclature from which the list of countries should be taken. Not all countries are present in all nomenclatures, for example Taiwan is not recognised by the UN, so it will not be returned with |
A vector of country names in the desired nomenclature.
random_countries, country_name
list_countries("ISO3")
list_countries("UN_en")
list_countries()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.