genus_match: Match Genus Name

View source: R/genus_match.R

genus_matchR Documentation

Match Genus Name

Description

This function performs a direct match of genus names against the genus names listed in the ppendemic database.

Usage

genus_match(df, target_df = NULL)

Arguments

df

A tibble containing the genus names to be matched.

target_df

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

Value

A tibble with an additional logical column genus_match indicating whether the genus was successfully matched (TRUE) or not (FALSE).


PaulESantos/ppendemic documentation built on July 16, 2024, 12:32 p.m.