View source: R/fuzzy_genus_match.R
fuzzy_genus_match | R Documentation |
This function performs fuzzy matching of nematode genus names against a reference database using Levenshtein distance (edit distance) with case insensitivity.
fuzzy_genus_match(Query.genus, max_dist = 2, ...)
Query.genus |
A |
max_dist |
Maximum allowed Levenshtein distance for matches (default = 2) |
... |
Additional parameters (currently unused) |
A data frame containing:
Query.genus - Original query genus name
CorrectName - Matched genus name from reference
Distance - Edit distance between query and match
Additional columns - All columns from nematode.info for matched records
fuzzy_genus_match(c("Harterta", "Meloidogyne"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.