countries: Country Names and ISO codes

countriesR Documentation

Country Names and ISO codes

Description

Convenience table of country names and their abbreviated names

Usage

countries

Format

A data frame with 213 rows and 4 variables:

cname

character Country name

iso3

character ISO 3 designation

iso2

character ISO 2 designation

continent

Continent

Details

Table: Data summary

Name dplyr::ungroup(countries)
Number of rows 213
Number of columns 4
_______________________
Column type frequency:
character 4
________________________
Group variables None

Variable type: character

skim_variable n_missing complete_rate min max empty n_unique whitespace
cname 0 1.00 4 42 0 213 0
iso3 0 1.00 3 3 0 213 0
iso2 2 0.99 2 2 0 211 0
continent 0 1.00 4 13 0 6 0

Produced from the ECDC tables in the covdata package.

Author(s)

Kieran Healy

References

ISO 2: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 ISO 3: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3


kjhealy/covdata documentation built on Feb. 4, 2023, 12:52 p.m.