traits (version 0.5.0)

taxa_search: 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

Examples

Run this code
# NOT RUN {
taxa_search("Poa annua", db = "ncbi")
# }

Run the code above in your browser using DataCamp Workspace