report_missing_col_combinations.Rd
Checks if all level combinations of composite_unique_cols
are indata
and
throws a warning on missing combinations.
NOTE:
a combination of all levels is not necessarily required/useful, make sure to use function only in adequate context.
combinations of too many columns/values may exceed memory size. .
report_missing_col_combinations(data, col_names, throw_error = FALSE)
A tibble.
String holding names of columns.
Boolean, if TRUE error is thrown on failures, otherwise a warning.
Returns data
invisibly.