taxize (version 0.9.91)

tnrs_sources: 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 crul::verb-GET

Value

Sources for the TNRS API in a vector or list

Examples

Run this code
# NOT RUN {
# All
tnrs_sources()

# A specific source
tnrs_sources(source="NCBI")
tnrs_sources(source="MSW3")
tnrs_sources(source="iPlant_TNRS")
# }

Run the code above in your browser using DataLab