count total numbers of any sort of missing codes (MISSING or JUMP)
util_count_codes(sdf, mdf, variables, list, name, warn = TRUE)
study data
meta data
variables
variable attribute JUMP_LIST
or MISSING_LIST
: Count which
categories.
variable attribute the name of the column in the metadata with labels of variables
logical emit warnings on non-numeric missing codes
a vector with the total number of missings of the class referred by
list
per variables
.