Skip to contents

tells us how many missing values are there in the mother table or infant table (depending on the input)

Usage

getMissings(worktable)

Arguments

worktable

is the mothertable or babytable

Value

returns a table with all the missings

Examples

# \donttest{
cdm <- mockPregnancy()
getMissings(cdm$babytable)
# }