R/check_pep725_species.r
check_pep725_species.Rd
Checks if PEP725 species name or number exists or can be generated
check_pep725_species(species = NULL, list = FALSE)
A species to download, either specified by its species number or species name.
List all species numbers and names as verbose output
a validated list of species numbers, if not a warning is thrown and any depended routines halted.
if (FALSE) {
check_pep725_species(species = 115)
}