Learn R Programming

taxize (version 0.7.0)

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 GET

Value

  • Sources for the TNRS API in a vector or list

Examples

Run this code
# All
tnrs_sources()

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

Run the code above in your browser using DataLab