country_codes: User, HMD and Eurostat codes

country_codesR Documentation

User, HMD and Eurostat codes

Description

Dataset including the user, HMD and Eurostat codes for the available countries. The country names are available as well.

Usage

data(country_codes)

Format

A data frame with 59 rows and 4 variables:

Country

The name of the country

User_code

The user code name of the country

HMD_code

The HMD code name of the country

Eurostat_code

The Eurostat code name of the country

Source

https://ec.europa.eu/eurostat/

https://www.mortality.org/

Examples

  data(country_codes)
  user_code <- attr(country_codes, "User_code")
  hmd_code  <- attr(country_codes, "HMD_code")
  euro_code <- attr(country_codes, "Eurostat_code")



RobbenJ/MultiMoMo documentation built on June 28, 2022, 9:29 p.m.