COUNTRIES | R Documentation |
Fetch the names of all countries in upper case
COUNTRIES
An object of class character
of length 193.
Names of all countries in the globe in upper case
# list all the countries
COUNTRIES
# list only 5 countries
COUNTRIES[1:5]
# create a dataset with all countries of the world
data.frame(ID = 1, Names = COUNTRIES)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.