powered by
Check whether 2 records which are estimated to be linked have the same IDs
check_IDs(recpair, identity_vector)
A record pair
A vector of the unique ids
Whether or not two records which are estimated to be linked have the same unique ids
# NOT RUN { id <- c(1,2,3,4,5,1,7,8,9,10,11,12,13,14,15,16,17,18,19,20) rec1 <- 6 rec2 <- 1 check_IDs(recpair=c(rec1,rec2),identity_vector=id) # }
Run the code above in your browser using DataLab