ClosestString: Find best fuzzy matches for each element of a vector with...

View source: R/misc.R

ClosestStringR Documentation

Find best fuzzy matches for each element of a vector with itself

Description

Find best fuzzy matches for each element of a vector with itself

Usage

ClosestString(x, y, n = 1)

Arguments

x

strings to be matched (character)

y

strings to match to (character)

n

how many strings to return? (integer)


vincentarelbundock/vincent documentation built on June 30, 2022, 1:52 p.m.