Description Usage Arguments Author(s) Examples
Signal Duplicate Records
1 2 3 4 5 6 7 | signal_duplicate_records(
dataset,
by_vars,
msg = paste("Dataset contains duplicate records with respect to",
enumerate(vars2chr(by_vars))),
cnd_type = "error"
)
|
dataset |
A data frame |
by_vars |
A list of variables created using |
msg |
The condition message |
cnd_type |
Type of condition to signal when detecting duplicate records.
One of |
Thomas Neitmann
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.