Skip to contents

HMD raw death data

Usage

gdt_hmd_death_raw(country)

Arguments

country

Country code

Value

A dataframe

Examples

if (FALSE) { # interactive()
# This example isn't run because it
# would need HMD credentials
gdt_hmd_death_raw("CHE") |>
  head(5)
}