- 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.
- marker
(character) Returns all records containing matching marker
codes. See Details.
- 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 or tsv (default). tsv format gives
back a data.frame object. xml gives back parsed xml as a list.
- sepfasta
(logical) If TRUE
, the fasta data is separated into
a list with names matching the processid's for each records. Works with both 'tsv' and 'xml' format.
Note: This means multiple sequences can have the same name if a process id has multiple sequences.
Default: FALSE
- 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