Learn R Programming

traits (version 0.5.1)

taxa_search: Search for traits by taxa names

Description

Search for traits by taxa names

Usage

taxa_search(x, db, ...)

Value

A data.frame

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

Author

Scott Chamberlain

Examples

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

Run the code above in your browser using DataLab