Search for traits by taxa names
Arguments
- 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
GET
Examples
# \donttest{
if (interactive()) {
taxa_search("Poa annua", db = "ncbi")
}
# }
