| iso3166 {wppExplorer} | R Documentation |
ISO 3166 Dataset
Description
Countries with their alpha-2, alpha-3 and numerical ISO3166-1 code. It includes aggregated regions with user-assigned codes.
Usage
data(iso3166)
data(iso3166ud)
Format
A data frame containing 5 variables:
nameCountry name
charcodealpha-2 code
charcode3alpha-3 code
uncodeUN numeric code
is.countryLogical. It is
TRUEfor all countries included in the official ISO3166-1 dataset andFALSEfor user-assigned codes, i.e. aggregations.
Details
Dataset iso3166 includes both, countries and aggregations; dataset iso3166ud includes aggregations only.
References
https://www.iso.org/iso/home/standards/country_codes.htm
Examples
data(iso3166)
[Package wppExplorer version 2.3-4 Index]