eurobis_list_datasets: List EurOBIS datasets

eurobis_list_datasetsR Documentation

List EurOBIS datasets

Description

List EurOBIS datasets

Usage

eurobis_list_datasets()

Details

The datasets of EurOBIS are documented in the Integrated Marine Information System (IMIS) If you want to get more information about a dataset, you can look up the dataset in https://www.vliz.be/en/imis?module=dataset.

Note you can pass the dataset ID to the url. e.g: https://www.vliz.be/en/imis?module=dataset&dasid=216

If you prefer a machine-readable format, add '&show=json' https://www.vliz.be/en/imis?module=dataset&dasid=216&show=json

You can read this easily in R, e.g: jsonlite::fromJSON("https://www.vliz.be/en/imis?module=dataset&dasid=216&show=json")

Value

a tibble with the dataset ID and the dataset title that can be queried with the eurobis package. See details section.

Examples

## Not run: eurobis_list_datasets()devtool

EMODnet/REMODBio documentation built on Feb. 24, 2024, 4:52 a.m.