Skip to contents

Search for traits by taxa names

Usage

taxa_search(x, db, ...)

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

Value

A data.frame

Author

Scott Chamberlain

Examples

if (FALSE) {
taxa_search("Poa annua", db = "ncbi")
}