Skip to contents

read_stmf reads weekly mortality data from the Short-term Mortality Fluctuations (STMF) series available in the Human Mortality Database (HMD) https://www.mortality.org/Data/STMF), and constructs a vital object suitable for use in other functions.

Usage

read_stmf(country)

Arguments

country

Directory abbreviation from the HMD. For instance, Australia = "AUS".

Value

A vital object combining the downloaded data.

Author

Sixian Tang

Examples

if (FALSE) { # \dontrun{
norway <- read_stmf(country = "NOR")
} # }