CompareAllBlocksInLoop: Compare unique combinations of records in all blocks

Description Usage Arguments Value

View source: R/comparing.R

Description

Compare unique combinations of records within every block of a dataset

Usage

1
2
CompareAllBlocksInLoop(Dsplit, Idsplit = NULL, variables.to.match = NULL,
  string.comparators = NULL, record.ids.to.keep = NULL)

Arguments

Dsplit

a list of dataset containing records to be matched for each block

Idsplit

a list of vectors containing the unique ids corresponding to each block

variables.to.match

a vector of strings containing the variables of interest for this linkage. Default is all variables in RLdata. Can repeat variables to use different comparators on same variable.

string.comparators

a vector of strings containing the comparator to be used for each variable. Default is jarowinkler for all. Should be same length as variables.to.match.

record.ids.to.keep

a vector of strings containing the name of any record id that should be kept. e.g. PreSplitRecord or PreBlockRecord

Value

A list of data frames containing the comparison matrix for each block


kaylafrisoli/ActiveRL documentation built on May 20, 2019, 7:53 a.m.