species_list {rfishbase} | R Documentation |
species_list
Description
Return the a species list given a taxonomic group
Usage
species_list(
Class = NULL,
Order = NULL,
Family = NULL,
Subfamily = NULL,
Genus = NULL,
Species = NULL,
SpecCode = NULL,
SuperClass = NULL,
server = getOption("FISHBASE_API", FISHBASE_API)
)
Arguments
Class |
Request all species in this taxonomic Class |
Order |
Request all species in this taxonomic Order |
Family |
Request all species in this taxonomic Family |
Subfamily |
Request all species in this taxonomic SubFamily |
Genus |
Request all species in this taxonomic Genus |
Species |
Request all species in this taxonomic Species |
SpecCode |
Request species name of species matching this SpecCode |
SuperClass |
Request all species of this Superclass |
server |
fishbase or sealifebase |
Examples
## All species in the Family
species_list(Family = 'Scaridae')
## All species in the Genus
species_list(Genus = 'Labroides')
[Package rfishbase version 4.1.2 Index]