eurobis_list_datasets | R Documentation |
List EurOBIS datasets
eurobis_list_datasets()
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")
a tibble with the dataset ID and the dataset title that can be queried with the eurobis package. See details section.
## Not run: eurobis_list_datasets()devtool
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.