Find all matches between tables t1 and t2 and add candidates who did not run in the sequential election with missing values
1 2  | 
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  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.