taxa_search {traits}R Documentation

Search for traits by taxa names

Description

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(s)

Scott Chamberlain

Examples

## Not run: 
taxa_search("Poa annua", db = "ncbi")

## End(Not run)

[Package traits version 0.5.1 Index]