Learn R Programming

rphylopic (version 0.1.9.9321)

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 httr::GET()

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
# NOT RUN {
# 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