| direct_match_species_within_genus_helper | R Documentation |
This function performs a direct match of specific epithets within an already matched genus from the list of threatened species in the database.
direct_match_species_within_genus_helper(df, target_df)
df |
A tibble containing the species data to be matched. |
target_df |
A tibble representing the threatened species database containing the reference list of threatened species. |
A tibble with an additional logical column indicating whether the specific epithet was successfully 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.