# list all the countries
countries
# list only 5 countries
countries[1:5]
# create a dataset with all countries of the world
data.frame(ID = quickcode::number(length(countries)), Names = countries)
Run the code above in your browser using DataLab