Read Human Mortality Database and Human Fertility Database Data from the Web
Install from CRAN like so:
install.packages("HMDHFDplus")Install the development version like so:
# install.packages("remotes")
library(remotes)
install_github("timriffe/HMDHFDplus")Then you can run the examples like so:
library(HMDHFDplus)
?readHMDweb
?readJMDweb
?readCHMDweb
?readHFDweb
?readHFCweb
This repository replaces the previous one https://github.com/timriffe/TR1 for purposes of maintaining the package. TR1 holds materials for my 2015 technical report on this package.