Learn R Programming

wehoop (version 3.0.0)

.bb_fuzzy_match: Deterministic blocked fuzzy matcher (greedy within block)

Description

Deterministic blocked fuzzy matcher (greedy within block)

Usage

.bb_fuzzy_match(left, right, min_confidence = 0.92)

Value

data.frame: .block, left_id, right_id, match_method

(exact_name / fuzzy_jw / unmatched), match_confidence.

Arguments

left, right

data.frames with columns .block, .id, .name_key (and optional .jersey, .dob).

min_confidence

Jaro-Winkler similarity floor for a fuzzy match.