View source: R/fuzzy_match_infraspp_within_species.R
| fuzzy_match_infraspecies_within_species | R Documentation |
This function performs a fuzzy match of specific infraspecies within an already matched epithet from the list of endemic species in the ppendemic database.
fuzzy_match_infraspecies_within_species(df, target_df = NULL)
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_infraspecies_within_species, indicating whether the specific infraspecies was successfully fuzzy matched within the matched species (TRUE) or not (FALSE).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.