tnrs_sources {taxize}R Documentation

TNRS sources

Description

Get sources for the Phylotastic Taxonomic Name Resolution Service

Usage

tnrs_sources(source = NULL, ...)

Arguments

source

The source to get information on, one of "iPlant_TNRS", "NCBI", or "MSW3".

...

Curl options to pass in GET

Value

Sources for the TNRS API in a vector or list

Examples

## Not run: 
# All
tnrs_sources()

# A specific source
tnrs_sources(source="NCBI")

## End(Not run)

[Package taxize version 0.9.3 Index]