find_similar {Conigrave} | R Documentation |
find_similar
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
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.
[Package Conigrave version 0.4.4 Index]