report_missing_col_combinations | R Documentation |
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)
data |
A tibble. |
col_names |
String holding names of columns. |
throw_error |
Boolean, if TRUE error is thrown on failures, otherwise a warning. |
Returns data
invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.