filter_pairs_for_deduplication: Remove pairs which do not have to be compared for...

View source: R/filter_pairs_for_deduplication.R

filter_pairs_for_deduplicationR Documentation

Remove pairs which do not have to be compared for deduplication

Description

In case of deduplication one tries to link a data set to itself. Therefore, comparisons only have to be made for records for which the index of the records from the first data set is larger than the index from the record from the second data set.

Usage

filter_pairs_for_deduplication(pairs)

Arguments

pairs

a pairs object, such as generated by pair_blocking


djvanderlaan/reclin documentation built on Oct. 4, 2022, 7:03 p.m.