get_obis_datasetkeys = function(verbose=FALSE) {
L = gbifapi::page_api("https://api.gbif.org/v1/network/2b7c7b4f-4d4f-40d3-94de-c28b6fa054a6/constituents?",pluck="results",Step=1000,maxPages=30,verbose=verbose)
datasetkeys = L %>% map_chr(~ .x$key)
datasetkeys
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.