deduplicate_equivalence {reclin2} | R Documentation |
Deduplication using equivalence groups
Description
Deduplication using equivalence groups
Usage
deduplicate_equivalence(pairs, variable, selection, x = attr(pairs, "x"))
Arguments
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 |
Value
Returns x
with a variable containing the group labels. Records with
the same group label (should) correspond to the same entity.
[Package reclin2 version 0.5.0 Index]