
Get missing combinations
get_missing_combos.Rd
Quickly build vectors of missing combinations to help with further sleuthing through missing data
Value
A vector of missing combinations and a message that shows selection e.g. "VISIT" where "AMT" is missing
Examples
if (FALSE) { # \dontrun{
broken_pk %>%
sweet_contents(missing_where = VISIT) %>%
get_missing_combos("AMT")
} # }