| .bb_fuzzy_match | R Documentation |
Deterministic blocked fuzzy matcher (greedy within block)
.bb_fuzzy_match(left, right, min_confidence = 0.92)
left, right |
data.frames with columns |
min_confidence |
Jaro-Winkler similarity floor for a fuzzy match. |
data.frame: .block, left_id, right_id, match_method
(exact_name / fuzzy_jw / unmatched), match_confidence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.