Learn R Programming

taxize (version 0.7.9)

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
## Not run: 
# # All
# tnrs_sources()
# 
# # A specific source
# tnrs_sources(source="NCBI")
# ## End(Not run)

Run the code above in your browser using DataLab