tells us how many missing values are there in the mother table or infant table (depending on the input)
getMissings.Rdtells us how many missing values are there in the mother table or infant table (depending on the input)
Examples
# \donttest{
cdm <- mockPregnancy()
getMissings(cdm$babytable)
# }