View source: R/fuzzy_match_spp_within_genus.R
| fuzzy_match_species_within_genus_helper | R Documentation |
This function attempts to fuzzy match species names within a genus to the ppendemic database using fuzzyjoin::stringdist for fuzzy matching.
fuzzy_match_species_within_genus_helper(df, target_df)
df |
A tibble containing the species data to be matched. |
target_df |
A tibble representing the ppendemic database containing the reference list of endemic species. |
A tibble with an additional logical column fuzzy_match_species_within_genus, indicating whether the specific epithet was successfully fuzzy matched within the matched genus (TRUE) or not (FALSE).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.