View source: R/validation_asserts.R
assert_unique_combinations | R Documentation |
Check for unique combinations of values in each row of selected columns
assert_unique_combinations(data, columns_for_unique)
data |
Data to check |
columns_for_unique |
Columns to check for unique |
TRUE if the required combinations are unique, else throws error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.