blockExact: blockExact

Description Usage Arguments Value

View source: R/block.R

Description

Block on exact column values

Usage

1
blockExact(dfA, dfB, cols.exact, n.cores)

Arguments

dfA

Dataframe to be linked to 'dfB'

dfB

Dataframe to be linked to 'dfA'

cols.exact

List with columns in dfA to be exactly matched to columns in dfB

n.cores

cores

Value

Nested list where each list corresponds to one column in cols.exact. Each sublist contains a vector of indices named 'A' and a vector of indices named 'B' for indices in 'dfA' and 'dfB' which correspond to the same block value


kailin-lu/recordlinkR documentation built on May 4, 2019, 7:37 a.m.