powered by
Perform actions with uBio data.
ubio_get(namebankID, options = NULL, ...)
The identifier for a name in uBio Namebank.
(character) One or more of citationStart, html, namebankID, root, string, type, uid, uri, and/or votes
curl options passed on to crul::HttpClient
There is only one function for working with uBio data right now, ubio_get()
ubio_get()
Options for the options parameter: Same as those for name_*() functions.
options
name_*()
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