View source: R/ifcb_list_dashboard_bins.R
| ifcb_list_dashboard_bins | R Documentation |
Download bin list from the IFCB Dashboard API
ifcb_list_dashboard_bins(base_url, quiet = FALSE)
base_url |
Character. Base URL to the IFCB Dashboard (e.g. "https://ifcb-data.whoi.edu/"). |
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.
bins <- ifcb_list_dashboard_bins("https://ifcb-data.whoi.edu/")
head(bins)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.