Skip to contents

This function returns a dataframe with the 47 countries for which the Human Mortality Database provides data. For each country there is a name and a code.

Usage

gtl_hmd_codes()

Value

A dataframe with 2 columns and 47 rows

Examples

gtl_hmd_codes()
#> # A tibble: 47 × 2
#>    name           code 
#>    <chr>          <chr>
#>  1 Australia      AUS  
#>  2 Austria        AUT  
#>  3 Belarus        BLR  
#>  4 Belgium        BEL  
#>  5 Bulgaria       BGR  
#>  6 Canada         CAN  
#>  7 Chile          CHL  
#>  8 Czech Republic CZE  
#>  9 Denmark        DNK  
#> 10 Estonia        EST  
#> # ℹ 37 more rows