Convenience table of country names and their abbreviated names
country_codes
A data frame with 258 rows and 4 variables:
iso2character ISO 2 designation
iso3character ISO 3 designation
cnamecharacter Country name
continentContinent
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.
ISO 2: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 ISO 3: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3
Kieran Healy