Skip to contents

Tells us how many women and pregnancies there are when the mother table is assessed and how many pregnancies and infants there are in case the infant table is assessed

Usage

getOverview(workTable)

Arguments

workTable

is the motherTable or babyTable

Value

returns a table with the overview

Examples

# \donttest{
cdm <- mockPregnancy()
getOverview(cdm$babytable)
# }