inexact_join: Performs a fuzzy (inexact) join, trusting the algorithm by...

View source: R/inexact_join.R

inexact_joinR Documentation

Performs a fuzzy (inexact) join, trusting the algorithm by default.

Description

The function allows to provide custom matches.

Usage

inexact_join(
  x,
  y,
  by,
  max_dist = Inf,
  method = c("osa", "lv", "dl", "hamming", "lcs", "qgram", "cosine", "jaccard", "jw",
    "soundex"),
  mode = "left",
  custom_match = NULL,
  ignore_case = FALSE,
  match_cols = FALSE,
  output = "data.frame",
  ...
)

arcruz0/inexact documentation built on Dec. 7, 2022, 3:58 p.m.