Checks whether the series has more than one open age group.

dd_oag_multiple(data)

Arguments

data

The data to be harmonized

Value

TRUE/FALSE

Details

An open age group is identified as one where the AgeSpan == -1 and AgeStart != 0. You can run getAnywhere(dd_oag_multiple) to view the definition of this function.

Examples

if (FALSE) {
dd_oag_multiple(oag_multiple_df)
}