R/life_tables.R

#' HMD life tables
#' 
#' A data frame based on: HMD. Human Mortality Database. Max Planck Institute for Demographic Research (Germany), University of California, Berkeley (USA), and French Institute for Demographic Studies (France). Available at www.mortality.org.
#'
#' @format ## `life_tables`
#' A data frame with 6 columns:
#' \describe{
#'   \item{country}{Country name}
#'   \item{sex}{Sex: "male", "female", "both"}
#'   \item{year}{Year}
#'   \item{age}{Age}
#'   \item{mortality_rate}{Mortality rate}
#'   \item{life_expectancy}{Life expectancy}
#' }
#' @source <https://www.mortality.org>

"life_tables"

Try the R4GoodPersonalFinances package in your browser

Any scripts or data that you put into this service are public.

R4GoodPersonalFinances documentation built on April 4, 2025, 1:48 a.m.