find_similar: find_similar

Description Usage Arguments Value

Description

Takes in two vectors of strings. This function will return strings in the second set, which are similar to those in the first.

Usage

1
find_similar(x, y, percent = 50)

Arguments

x

a vector of strings.

y

a vector of strings. Strings will be returned from y which are similar to those in x

percent

a numeric. Strings in y will be returned if they are at least this percent similar. Defaults to 50%.

Value

a vector containing strings from y, which are similar to those in x.


Conigrave documentation built on May 1, 2019, 7:31 p.m.