taxize (version 0.1.5)

ubio_id: Search uBio by namebank ID.

Description

Search uBio by namebank ID.

Usage

ubio_id(namebankID = NULL, keyCode = NULL,
    callopts = list())

Arguments

namebankID
(string) - uBio namebank ID
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_id(namebankID = 2483153)

Run the code above in your browser using DataCamp Workspace