powered by
Return the a species list given a taxonomic group
species_list(Class = NULL, Order = NULL, Family = NULL, Subfamily = NULL, Genus = NULL, Species = NULL, SpecCode = NULL, SuperClass = NULL, server = getOption("FISHBASE_API", FISHBASE_API))
Request all species in this taxonomic Class
Request all species in this taxonomic Order
Request all species in this taxonomic Family
Request all species in this taxonomic SubFamily
Request all species in this taxonomic Genus
Request all species in this taxonomic Species
Request species name of species matching this SpecCode
Request all species of this Superclass
fishbase or
# NOT RUN { ## All species in the Family species_list(Family = 'Scaridae') ## All species in the Genus species_list(Genus = 'Labroides') # }
Run the code above in your browser using DataLab