
Download bin list from the IFCB Dashboard API
Source:R/ifcb_list_dashboard_bins.R
ifcb_list_dashboard_bins.RdDownload bin list from the IFCB Dashboard API
See also
ifcb_download_dashboard_data() to download data from the IFCB Dashboard API.
ifcb_download_dashboard_metadata() to retrieve metadata from the IFCB Dashboard API.
Examples
if (FALSE) { # \dontrun{
bins <- ifcb_list_dashboard_bins("https://ifcb-data.whoi.edu/")
head(bins)
} # }