herpSearch | R Documentation |
Queries The Reptile Database (RDB) for information about a single reptile species using its binomial name.
herpSearch(binomial=NULL, ref=FALSE, verbose=TRUE)
binomial |
Character string. The valid binomial name of a reptile species (e.g., "Boa constrictor"). |
ref |
Logical. If |
verbose |
Logical. If |
A list containing species information retrieved from The Reptile Database. If ref = TRUE
, returns references related to the species.
Uetz, P., Freed, P., & Hošek, J. (Eds.). (2025). The Reptile Database. Retrieved from http://www.reptile-database.org
herpSynonyms
, herpSpecies
for related species data functions.
herpSearch("Boa constrictor")
herpSearch("Boa constrictor", ref = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.