| countries | R Documentation |
Convenience table of country names and their abbreviated names
countries
A data frame with 213 rows and 4 variables:
cnamecharacter Country name
iso3character ISO 3 designation
iso2character ISO 2 designation
continentContinent
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.
Kieran Healy
ISO 2: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 ISO 3: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.