Convenience table of country names and their abbreviated names
countries
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
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.
ISO 2: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 ISO 3: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3