This wrapper takes population1 indicators from DemoData and Standardizes/harmonizes them.

DDharmonize_Pop1(indata)

Arguments

indata

The data to be harmonised.

Value

A data frame that contains harmonized single year of age counts and closed by an open age group.

Details

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

Examples

if (FALSE) {
df <- pop1_df
df <- DDharmonize_Pop1(df)
}