| tnrs_sources {taxize} | R Documentation |
Get sources for the Phylotastic Taxonomic Name Resolution Service
tnrs_sources(source = NULL, ...)
source |
The source to get information on, one of "iPlant_TNRS", "NCBI", or "MSW3". |
... |
Curl options to pass in |
Sources for the TNRS API in a vector or list
## Not run: # All tnrs_sources() # A specific source tnrs_sources(source="NCBI") ## End(Not run)