Prints a reports of all the duplicates in a dataframe based on the uniquely identifying variable(s)
1 | dups_report(data, ..., print_only = TRUE)
|
data |
data.frame or tibble |
... |
id variables |
print_only |
logical. Does the report get printed and then return the original dataframe (default), or does it return the tibble with the duplicate details? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.