- taxon
(character) One or more taxonomic name. Optional.
- ids
(character|integer|numeric) One or more IDs. Optional. IDs
include Sample IDs, Process IDs, Museum IDs and Field IDs.
- bin
(character) One or more Barcode Index Number URI. Optional.
- container
(character) One or more project codes or dataset codes.
Optional.
- institutions
(character) One or more institution's name. Optional.
Institutions are the Specimen Storing Site.
- researchers
(character) One or more researcher names. Optional.
Include collectors and specimen identifiers.
- geo
(character) One or more geographic sites.
Includes countries and province/states.
- response
(logical) Default : FALSE. If TRUE, returns the object from
the Curl call. Useful for debugging and getting more detailed info on the
API call.
- format
(character) One of xml, json, tsv (default). tsv format gives
back a data.frame object. xml gives back parsed XML as xml_document
object. 'json' (JavaScript Object Notation) and 'dwc' (Darwin Core Archive)
are supported in theory, but the JSON can be malformed, so we don't support
that here, and the DWC option actually returns TSV.
- cleanData
(logical) If TRUE
, the cell values containing only duplicated values (ex : "COI-5P|COI-5P|COI-5P") will be reduce to one value ("COI-5P") and empty string will be change to NA. Default: FALSE
- ...
Further args passed on to
crul::verb-GET
, main purpose being curl
debugging