Description Usage Arguments Value
Takes in two vectors of strings. This function will return strings in the second set, which are similar to those in the first.
| 1 | find_similar(x, y, percent = 50)
 | 
| 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%. | 
a vector containing strings from y, which are similar to those in x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.