Description Usage Arguments Value
View source: R/deduplicate_equivalence.R
Deduplicatin using equivalence groups
1 | deduplicate_equivalence(pairs, var = "duplicate_groups", selection, x)
|
pairs |
a |
var |
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.