tells us how the number of fetuses and liveborns add up in the mother table and babytable
checkFetusId.Rd
tells us how the number of fetuses and liveborns add up in the mother table and babytable
Examples
# \donttest{
cdm <- mockPregnancy()
checkFetusId(cdm$mothertable,cdm$babytable)
# }