powered by
Queries The Reptile Database (RDB) for information about a single reptile species using its binomial name.
reptSearch(binomial=NULL, getRef=FALSE, verbose=TRUE)
A list containing species information retrieved from The Reptile Database. If getRef = TRUE, returns references related to the species.
getRef = TRUE
Character string. The valid binomial name of a reptile species (e.g., "Boa constrictor").
Logical. If TRUE, returns the list of references from RDB associated with the species. Default is FALSE.
TRUE
FALSE
Logical. If TRUE, prints species information in the console. Default is TRUE.
Uetz, P., Freed, P., & Hošek, J. (Eds.). (2025). The Reptile Database. Retrieved from http://www.reptile-database.org
reptSynonyms, reptSpecies for related species data functions.
reptSynonyms
reptSpecies
# \donttest{ reptSearch("Boa constrictor") reptSearch("Boa constrictor", getRef = TRUE) # }
Run the code above in your browser using DataLab