Learn R Programming

taxize (version 0.6.0)

ubio_classification_search: This function will return ClassificationBankIDs (hierarchiesIDs) that refer to the given NamebankID

Description

This function will return ClassificationBankIDs (hierarchiesIDs) that refer to the given NamebankID

Usage

ubio_classification_search(namebankID = NULL, classificationTitleID = NULL,
  keyCode = NULL, callopts = list())

Arguments

namebankID
(charcter) NameBank identifier you wish to search for in ClassificationBank
classificationTitleID
Include if you only which to search within a particular classification
keyCode
Your uBio API key; loads from .Rprofile. If you don't have one, obtain one at http://www.ubio.org/index.php?pagename=form.
callopts
Parameters passed on to httr::GET call.

Value

  • A data.frame with columns classificationBankID, classificationTitleID, and classificationTitle

Examples

Run this code
ubio_classification_search(namebankID = 3070378)

Run the code above in your browser using DataLab