Learn R Programming

MortalityLaws (version 1.4.0)

availableHMD: Check Data Availability in HMD

Description

The function returns information about available data in HMD (period life tables etc.), with the range of years covered by the life tables.

Usage

availableHMD(username, password, ...)

Arguments

username

Your HMD username. If you don't have one you can sign up for free on Human Mortality Database website.

password

Your HMD password.

...

Other parameters to be passed in ReadHMD function.

Value

An availableHMD object.

See Also

ReadHMD

Examples

Run this code
# NOT RUN {
# This will take few seconds...
datainfo <- availableHMD(username = "your_username", 
                         password = "your_password")
datainfo
# }

Run the code above in your browser using DataLab