Description Usage Arguments Value Examples
View source: R/compare_pairs.R
Compare all pairs of records
1 2 3 4 5 6 7 8 9  | 
pairs | 
 a   | 
by | 
 variables from   | 
comparators | 
 a names list of comparator functions, 
for the named variables the given functions will be used to compare the 
records. For the remaining variables the   | 
x | 
 the first   | 
y | 
 the second   | 
default_comparator | 
 the default comparison function.  | 
overwrite | 
 overwrite exiting variables in   | 
Returns the pairs object with a column added for each variable in 
by. The value is the column is given by the return value of the 
corresponding comparison function.
1 2 3  | data("linkexample1", "linkexample2")
pairs <- pair_blocking(linkexample1, linkexample2, "postcode")
pairs <- compare_pairs(pairs, c("lastname", "firstname", "address", "sex"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.