This wrapper takes five-year vital counts from census and registers from the UNDP database and standardizes/harmonizes them.

DDharmonize_Vitals5(indata, type = c("births", "deaths"))

Arguments

indata

The data to be harmonised

type

births / deaths

Value

A data frame that contains harmonized counts for five-year age groups and closed by an open age group.

Details

See the "Harmonizing five-year counts" vignette for more details about this function.

Examples

if (FALSE) {
df <- vitals5_df
df <- DDharmonize_Vitals5(df, type = "births")
}