suffix_match_species_within_genus_helper: Suffix Match Species within Genus

View source: R/suffix_match_spp_within_genus.R

suffix_match_species_within_genus_helperR Documentation

Suffix Match Species within Genus

Description

Function to match the specific epithet by exchanging common suffixes within an already matched genus in the ppendemic database.

Usage

suffix_match_species_within_genus_helper(df, target_df)

Arguments

df

A tibble.

target_df

A tibble representing the ppendemic database containing the reference list of endemic species.

Value

Returns a tibble with the additional logical column suffix_match_species_within_genus, indicating whether the specific epithet was successfully matched within the matched genus (TRUE) or not (FALSE).


ppendemic documentation built on June 9, 2025, 9:08 a.m.