Fill in zeros for mother ages younger than 15 if there is no data reported.

dd_fillzeros_births(data, abridged = TRUE)

Arguments

data

The data to be harmonized

abridged

TRUE/FALSE

Value

A dataset with zeros filled in for ages younger than 15 if there is no data reported.

Details

You can run getAnywhere(dd_fillzeros_births) to see the function definition.

Examples

if (FALSE) {
df_abr <- dd_fillzeros_births(data = vitals_abr_cpl1_f0, abridged = TRUE)
df_cpl <- dd_fillzeros_births(data = vitals_abr_cpl2_f0, abridged = FALSE)
}