tells us how pregnancy dates and gestational age add up in the mothertable
summariseGestationalAge.Rd
tells us how pregnancy dates and gestational age add up in the mothertable
Examples
# \donttest{
cdm <- mockPregnancy()
summariseGestationalAge(cdm$mothertable, minGestAge_Days = 28)
# }