View source: R/fuzzy-matching.R
top_n_matches | R Documentation |
A function to retrieve the top n candidate matches
top_n_matches(x, candidates, n = 5)
x |
vector of strings to match against candidates |
candidates |
vector of strings that entries of x may match |
n |
number of matches to keep |
list of plausible matches
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.