powered by
Subset two data frames to the matches returned by fastLink() or matchesLink().
fastLink()
matchesLink()
getMatches(dfA, dfB, fl.out)
Dataset A - matched to Dataset B by fastLink().
Dataset B - matches to Dataset A by fastLink().
Either the output from fastLink() or matchesLink().
getMatches() returns a list of two data frames:
getMatches()
A subset of dfA subsetted down to the successful matches.
dfA
A subset of dfB subsetted down to the successful matches.
dfB
# NOT RUN { fl.out <- fastLink(dfA, dfB, varnames = c("firstname", "lastname", "streetname", "birthyear"), n.cores = 1) ret <- getMatches(dfA, dfB, fl.out) # }
Run the code above in your browser using DataLab