fuzzy_str_match: Fuzzy Matching of string to target string

View source: R/coder_link_lang.R

fuzzy_str_matchR Documentation

Fuzzy Matching of string to target string

Description

Fuzzy Matching of string to target string

Usage

fuzzy_str_match(
  source,
  target,
  target.name = target,
  target.type,
  threshold = 0.2,
  costs = c(insertions = 1, deletions = 1, substitutions = 1)
)

carl-mc/LEDA documentation built on June 12, 2024, 9:22 p.m.