find_all_similar: Find all matches between tables t1 and t2 and add candidates...

Description Usage Arguments

Description

Find all matches between tables t1 and t2 and add candidates who did not run in the sequential election with missing values

Usage

1
2
find_all_similar(source, target, start = 1, cores = 1, id,
  keep_most_similar = TRUE, deduplicate = TRUE, compare_cols = NULL, ...)

Arguments

source

Name of the first table

target

Name of the second table

start

From which row the comparison should be made

cores

Number of cores to be used for computation

id

Column in source and target datasets containing ID of a row

keep_most_similar

Parameter indicating if duplicities should be kept or removed

deduplicate

Parameter if duplicates should be removed

compare_cols

columns which should be used for comparison of similar persons if there is more than 1 match (to find the most similar and remove duplicities)

...

Vectors containing variables for comparison (see find_similar) Find all matches between first and second table Backward check if two persons from source are not assigned to the same person in target


skvrnami/rimr documentation built on June 6, 2019, 3:50 p.m.