tells us how the number of fetuses and liveborns add up in the mother table and babytable
checkFetusId.Rdtells 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)
# }