read_stmf | R Documentation |
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.
read_stmf(country)
country |
Country name or country code as specified by the HMD. For instance, Australian
data can be obtained using |
A vital
object combining the downloaded data.
Sixian Tang
## Not run:
norway <- read_stmf(country = "NOR")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.