country0: Names of all countries

countriesR Documentation

Names of all countries

Description

Fetch the names of all countries

Usage

countries

Format

An object of class character of length 193.

Value

Names of all countries in the globe

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 = quickcode::number(length(countries)), Names = countries)


r2country documentation built on Sept. 11, 2024, 9:24 p.m.