List EurOBIS datasets
Value
a tibble with the dataset ID and the dataset title that can be queried with the eurobis package. See details section.
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")