Learn R Programming

rphylopic (version 0.3.0)

list_images: List images

Description

Lists images in chronological order of submission, from most to least recent.

Usage

list_images(start, length, options = NULL, ...)

Arguments

start

The index to start with. Using 0 starts with the most recently-submitted image.

length

The number of images to list.

options

See details for the options for options.

...

curl options passed on to crul::HttpClient

Details

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.)