powered by
Fetch the names of all countries in upper case
COUNTRIES
Names of all countries in the globe in upper case
An object of class character of length 193.
character
# 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)
Run the code above in your browser using DataLab