taxa_search: Search for traits by taxa names

View source: R/taxa_search.R

taxa_searchR Documentation

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)

traits documentation built on May 29, 2024, 2:35 a.m.