View source: R/identify_join_pairs.R
identify_join_pairs | R Documentation |
This function identifies potential join pairs between two data frames based on the overlap between the distinct values in their columns. It returns a data frame showing the possible join pairs.
identify_join_pairs(..., similarity_cutoff = 0.2)
... |
A list of two data frames. |
similarity_cutoff |
The minimal percentage of overlap between the distinct values in the columns. |
A data frame showing candidate join pairs.
identify_join_pairs(iris, iris3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.