fuzzymatch: Fuzzy match; suggest possible match results.

Description Usage Arguments Details

Description

Fuzzy match; suggest possible match results.

Usage

1
fuzzymatch(x, y, matchdt = NULL, n = 2, ...)

Arguments

x

A vector to be matched.

y

A vector to find the match from.

matchdt

Optional. A data table with the first column being y. This is to help facilitate fuzzy match to raw names of alread matched names, and then merge to master names in one go.

n

Number of match results; default to 2.

...

Further arguments to be passed onto stringdistmatrix.

Details

No debugging / error catching. Used stringdistmatrix from stringdist.


xh2/smtools documentation built on Nov. 5, 2019, 12:24 p.m.