country_calling_code {r2country}R Documentation

Dataset of countries and their calling code

Description

Dataset containing country IDs and their calling code

Usage

data(country_calling_code)

Format

A data frame with the calling code of countries

ID

country identifiers

callingcode

Calling code of countries

Value

calling code of countries

Source

Internal data consisting of countries and their calling code

References

https://countrycode.org

See Also

Data country_names for linkage of IDs with country calling code

Examples

# load the calling code dataset
data(country_calling_code)

# view content of the city-calling code data
head(country_calling_code)



[Package r2country version 2.0.2.3.1 Index]