Learn R Programming

rphylopic (version 0.3.0)

ubio: Perform actions with uBio data.

Description

Perform actions with uBio data.

Usage

ubio_get(namebankID, options = NULL, ...)

Arguments

namebankID

The identifier for a name in uBio Namebank.

options

(character) One or more of citationStart, html, namebankID, root, string, type, uid, uri, and/or votes

...

curl options passed on to crul::HttpClient

Details

There is only one function for working with uBio data right now, ubio_get()

Options for the options parameter: Same as those for name_*() functions.

Examples

Run this code
if (FALSE) {
# Retrieves information on a set of taxonomic names.
ubio_get(109086)
ubio_get(109086, options=c('names','string'))
}

Run the code above in your browser using DataLab