Learn R Programming

taxize (version 0.2.2)

ubio_classification_search: This function will return all ClassificationBank data pertaining to a particular ClassificationBankID

Description

This function will return all ClassificationBank data pertaining to a particular ClassificationBankID

Usage

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

Arguments

namebankID
(string) - 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 list of four data.frame's, one for the name itself, one for synonyms, one for vernacular names, and one for citations.

Examples

Run this code
ubio_classification_search(namebankID = 3070378)

Run the code above in your browser using DataLab