Learn R Programming

r2country (version 2.0.2.4.0)

country_calling_code: Dataset of countries and their calling code

Description

Dataset containing country IDs and their calling code

Usage

data(country_calling_code)

Arguments

Value

calling code of countries

Format

A data frame with the calling code of countries

ID

country identifiers

callingcode

Calling code of countries

References

https://countrycode.org

See Also

Data country_names for linkage of IDs with country calling code

Examples

Run this code
# load the calling code dataset
data(country_calling_code)

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


Run the code above in your browser using DataLab