Learn R Programming

peruflorads43 (version 0.2.2)

check_ds043: Simplified wrapper for consolidated matching

Description

Simplified interface for checking DS 043-2006-AG status with automatic consolidation of original and updated nomenclature.

Usage

check_ds043(splist, return_simple = FALSE)

Value

Character vector with protection status

Arguments

splist

Character vector of species names

return_simple

Logical. If TRUE, returns only "Protected" or "Not protected"

Examples

Run this code
if (FALSE) {
species <- c("Brassia ocanensis", "Persea americana")
check_ds043(species)
}

Run the code above in your browser using DataLab