| taxa_search | R Documentation |
Search for traits by taxa names
taxa_search(x, db, ...)
x |
(character) Taxonomic name(s) to search for |
db |
(character) only 'ncbi' for now - other options maybe in the future |
... |
Curl options passed on to |
A data.frame
Scott Chamberlain
# Fails fast on unsupported databases (no HTTP request)
try(taxa_search("Poa annua", db = "invalid_db"))
if (interactive()) {
taxa_search("Poa annua", db = "ncbi")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.