report_all_duplicate_kinds.Rd
Applies consistency checks to data concerning the combinations of columns that should be unique in combination. In concrete:
report_all_duplicate_kinds(data, composite_unique_cols, throw_error = TRUE)
A tibble.
A vector of names of columns that shall be unique in their combination.
Boolean, if TRUE error is thrown on failures, otherwise a warning.
input data
.
it is checked if there are duplicate rows.
it is checked if there are duplicate rows on composite_unique_cols
.