get_ppendemic_data {ppendemic} | R Documentation |
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.
get_ppendemic_data(splist, max_distance = 0.1)
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. |
A data frame containing the retrieved information for each species.
get_ppendemic_data(splist = c("Aa aurantiaca", "Aa aurantiaaia", "werneria nubigena"))