fuzzy_string_join: Fuzzy string join function

View source: R/fuzzy_string_join.R

fuzzy_string_joinR Documentation

Fuzzy string join function

Description

Fuzzy string join function

Usage

fuzzy_string_join(df_left, df_right, by = "", quantile_dist_not_match = 0.5)

Arguments

df_left

left df

df_right

right df

by

name of string to be matched onstringdist

quantile_dist_not_match

q of distribution of distance such that greater distances will not be matched

Value

left df with matched stuff from right df


hhilbig/haschaR documentation built on Dec. 26, 2024, 5:40 a.m.