Finds the minimal common supertaxa for a list of names.
minimal_supertaxa(nameUIDs, options = NULL, ...)
Space-separated list of UUIDs for taxonomic names.
Space-separated list of options for the result value.
curl options passed on to crul::HttpClient
Here are the options for the options argument:
citationStart: (optional) Integer Indicates where in the string the citation starts. May be null.
html: (optional) StringHTML version of the name.
namebankID: (optional) StringuBio Namebank identifier. May be null.
root: (optional) Boolean If true, this name has no hyperonyms (names of supertaxa). (Should only be true for Panbiota/Vitae.)
string: (optional) String The text of the name, including the citation, if any.
type: (optional) String Either "scientific or "vernacular.
uid: (always) String Universally unique identifier.
uri: (optional) String The unique URI associated with the name.
votes: (optional) Integer The number of votes this name has received. (Currently unused.)