kc_dup | R Documentation |
Generate columns with count of occurrences, tag for duplication, and running count of occurrences
kc_dup(data, dupvar)
data |
The data frame to examine for duplicates |
dupvar |
The variables to check for duplicates |
A data frame with counts per group, tag of whether duplicated, counter within group.
## Not run:
kc_dup(mtcars, c(vs))
kc_dup(mtcars, c(vs, am))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.