powered by
Generate checklists.
checklist(scientificname = NULL, year = NULL, obisid = NULL, aphiaid = NULL, groupid = NULL, resourceid = NULL, areaid = NULL, startdate = NULL, enddate = NULL, startdepth = NULL, enddepth = NULL, geometry = NULL, qc = NULL, fields = NULL, verbose = FALSE)
character vector. The full scientific name, with authorship and date information if known.
integer vector. The year in which the Event occurred.
integer vector. The OBIS identifier of the species.
integer vector. The WoRMS identifier of the species.
integer. The taxonomic group id. See also group for the list of taxonomic groups.
group
integer vector. The dataset identifier. See also dataset for querying the list of datasets.
dataset
integer vector. The OBIS area identifier (country, marine world heritage site, ABNJ, EBSA, ...). See also area for the list of areas.
area
The earliest date on which the Event occurred.
The latest date on which the Event occurred.
The minimum depth below the sea surface.
The maximum depth below the sea surface.
A wkt geometry string.
A vector of quality control flags you want to filter on. List of QC flags.
A vector of field names you want to have returned in order, by default all fields with values are returned.
logical. Optional parameter to enable verbose logging (default = FALSE).
FALSE
The checklist.
occurrence dataset area
occurrence
# NOT RUN { taxa <- checklist(scientificname = c("Pterois volitans", "Voluta musica")) taxa <- checklist(aphiaid = 137091, year = 2000:2002, fields = c("species", "records")) # }
Run the code above in your browser using DataLab