View source: R/deduplicate_equivalence.R
deduplicate_equivalence | R Documentation |
Deduplication using equivalence groups
deduplicate_equivalence(pairs, variable, selection, x = attr(pairs, "x"))
pairs |
a |
variable |
name of the variable to create in |
selection |
a logical variable with the same length as |
x |
the first data set; when missing |
Returns x
with a variable containing the group labels. Records with
the same group label (should) correspond to the same entity.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.