View source: R/ifcb_list_dashboard_bins.R
| ifcb_list_dashboard_bins | R Documentation |
The api/list_bins endpoint was removed from the upstream IFCB Dashboard
(WHOIGit/ifcbdb@8c5839f1,
2026-03-08), so this function no longer works against the WHOI dashboard and
other deployments tracking upstream. Use ifcb_download_dashboard_metadata()
instead, which retrieves the same per-bin information from the still-supported
api/export_metadata endpoint.
ifcb_list_dashboard_bins(base_url, dataset_name = NULL, quiet = FALSE)
base_url |
Character. Base URL to the IFCB Dashboard (e.g. "https://ifcb-data.whoi.edu/"). |
dataset_name |
Optional character. Dataset slug (e.g. "mvco") to retrieve metadata for a specific dataset. If NULL, all available metadata are downloaded. |
quiet |
Logical. If TRUE, suppresses progress messages. Default is FALSE. |
A data frame containing the bin list returned by the API.
ifcb_download_dashboard_data() to download data from the IFCB Dashboard API.
ifcb_download_dashboard_metadata() to retrieve metadata from the IFCB Dashboard API.
## Not run:
# Deprecated: the upstream IFCB Dashboard removed `api/list_bins` on 2026-03-08.
bins <- ifcb_list_dashboard_bins("https://ifcb-data.whoi.edu/",
dataset_name = "mvco")
head(bins)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.