COUNTRIES {r2country}R Documentation

Names of all countries in upper case

Description

Fetch the names of all countries in upper case

Usage

COUNTRIES

Format

An object of class character of length 193.

Value

Names of all countries in the globe in upper case

Examples

# 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)


[Package r2country version 2.0.2.3.1 Index]