country_codes: Country Names and ISO codes

Description Usage Format Details Author(s) References

Description

Convenience table of country names and their abbreviated names

Usage

1

Format

A data frame with 258 rows and 4 variables:

iso2

character ISO 2 designation

iso3

character ISO 3 designation

cname

character Country name

continent

Continent

Details

Table: Data summary

Name dplyr::ungroup(country_co...
Number of rows 258
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
iso2 1 1.00 2 2 0 248 0
iso3 0 1.00 3 3 0 249 0
cname 0 1.00 4 44 0 249 0
continent 10 0.96 4 13 0 6 0

Produced from 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/covmobility documentation built on March 17, 2021, 6:36 a.m.