Checks if PEP725 species name or number exists or can be generated

check_pep725_species(species = NULL, list = FALSE)

Arguments

species

A species to download, either specified by its species number or species name.

list

List all species numbers and names as verbose output

Value

a validated list of species numbers, if not a warning is thrown and any depended routines halted.

Examples


if (FALSE) {
check_pep725_species(species = 115)
}