Check for 'N' values in –OCCUR column in occds
Usage
check_occds_occur(
data,
domain = NULL,
filters = NULL,
quiet = FALSE,
no_char = "N",
no_num = 0
)Arguments
- data
data set to check
- domain
name of data set
- filters
filters to be applied before checking for issues. defaults to NULL, in which case no filters are applied.
- quiet
whether to suppress messaging in the console. defaults to FALSE.
- no_char, no_num
values that code for 'no' in pre-specified list of events. defaults to
Nand0for character and numeric variables, resp.