powered by
Create a list of datasets.
dataset(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, hasextensions = NULL, exclude = NULL, verbose = FALSE)
The datasets.
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.
which extensions need to be present (e.g. MeasurementOrFact, DNADerivedData, default = NULL).
NULL
quality flags to be excluded from the results.
logical. Optional parameter to enable verbose logging (default = FALSE).
FALSE
datasets <- dataset(scientificname = "Tellinidae") datasets <- dataset(geometry = "POLYGON ((2.3 51.8, 2.3 51.6, 2.6 51.6, 2.6 51.8, 2.3 51.8))") datasets <- dataset(areaid = 10181)
Run the code above in your browser using DataLab