Skip to contents

tells us how many pregnancies there are per year

Usage

getAnnualOverview(mothertable)

Arguments

mothertable

is the mothertable

Value

a table which shows the number of pregnancies per year

Examples

# \donttest{
cdm <- mockPregnancy()
getAnnualOverview(cdm$mothertable)
# }