| find_closest_match | R Documentation |
Find the closest matching string using Levenshtein distance.
find_closest_match(target, candidates, max_distance = 3)
target |
The target string to match. |
candidates |
A vector of candidate strings. |
max_distance |
Maximum allowed edit distance (default 3). |
The closest match, or NULL if none within max_distance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.