View source: R/assert_field_distinctness.R
| assert_field_distinctness | R Documentation |
This function checks whether the uniqueness of columns in a new dataset matches the expected uniqueness defined in a metadata reference. It warns if any columns do not conform to the expected uniqueness.
assert_field_distinctness(new_data, metadata)
new_data |
A data frame. The dataset whose column uniqueness needs to be verified. |
metadata |
A data frame. Metadata containing a column named |
No return value. The function issues warnings if any columns deviate from their expected uniqueness.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.