powered by
Create a checklist.
checklist(scientificname = NULL, taxonid = NULL, datasetid = NULL, nodeid = NULL, instituteid = NULL, areaid = NULL, startdate = NULL, enddate = NULL, startdepth = NULL, enddepth = NULL, geometry = NULL, redlist = NULL, hab = NULL, wrims = NULL, dropped = NULL, flags = NULL, exclude = NULL, verbose = FALSE)
The checklist.
the scientific name.
the taxon identifier (WoRMS AphiaID).
the dataset identifier.
the OBIS node identifier.
the OBIS institute identifier.
the OBIS area identifier.
the earliest date on which occurrence took place.
the latest date on which the occurrence took place.
the minimum depth below the sea surface.
the maximum depth below the sea surface.
a WKT geometry string.
include only IUCN Red List species.
include only IOC-UNESCO HAB species.
include only WRiMS species.
only include dropped records (TRUE), exclude dropped records (NULL) or include dropped records (include).
TRUE
NULL
include
quality flags which need to be set.
quality flags to be excluded from the results.
logical. Optional parameter to enable verbose logging (default = FALSE).
FALSE
taxa <- checklist(scientificname = "Tellinidae") taxa <- checklist(geometry = "POLYGON ((2.3 51.8, 2.3 51.6, 2.6 51.6, 2.6 51.8, 2.3 51.8))") taxa <- checklist(areaid = 10181)
Run the code above in your browser using DataLab