country_codes: Country codes

Description Usage Format Examples

Description

Data frame of Gapminder country names and ISO 3166-1 country codes:

iso_alpha

The 3-letter ISO 3166-1 alpha-3 code.

iso_num

The 3-digit ISO 3166-1 numeric-3 code.

Also includes the countries covered by the supplemental data frame gapminder_unfiltered.

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 187 rows and 3 columns.

Examples

1
2
3
4
5
6
if (require("dplyr")) {
gapminder %>%
  filter(year == 2007, country %in% c("Kenya", "Peru", "Syria")) %>%
  select(country, continent) %>% 
  left_join(country_codes)
}

jliraBR/pandas documentation built on March 9, 2021, 12:20 a.m.