get_ppendemic_data: Retrieve data for a list of species from the ppendemic_tab...

View source: R/ppendemic_dat.R

get_ppendemic_dataR Documentation

Retrieve data for a list of species from the ppendemic_tab dataset.

Description

This function takes a list of species names, searches for their data in the ppendemic_tab dataset, and returns a data frame containing the relevant information for each species.

Usage

get_ppendemic_data(splist, max_distance = 0.1)

Arguments

splist

A character vector containing the names of the species to search for.

max_distance

The maximum allowed distance for fuzzy matching of species names. Defaults to 0.1.

Value

A data frame containing the retrieved information for each species.

Examples


get_ppendemic_data(splist = c("Aa aurantiaca", "Aa aurantiaaia", "werneria nubigena"))


ppendemic documentation built on Aug. 15, 2023, 9:08 a.m.