powered by
dataset returns dataset metadata based on the id or some query parameters.
dataset
dataset(id = NULL, scientificname = NULL, q = NULL, obisid = NULL, aphiaid = NULL, groupid = NULL, areaid = NULL, nodeid = NULL, startdate = NULL, enddate = NULL, startdepth = NULL, enddepth = NULL, geometry = NULL, verbose = FALSE)
integer vector. One or more dataset ids, if provided all the other query parameters will be ignored.
character vector. The full scientific name, with authorship and date information if known.
character. The search string.
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 OBIS area identifier (country, marine world heritage site, ABNJ, EBSA, ...). See also area for the list areas.
area
integer vector. The OBIS node identifier. See also node for the list of nodes.
node
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.
logical. Optional parameter to enable verbose logging (default = FALSE).
FALSE
The dataset metadata records.
# NOT RUN { datasets <- dataset(id = 1) datasets <- dataset(q = "MICROBIS") datasets <- dataset(nodeid = c(0,1)) # }
Run the code above in your browser using DataLab