ifcb_list_dashboard_bins: Download bin list from the IFCB Dashboard API

View source: R/ifcb_list_dashboard_bins.R

ifcb_list_dashboard_binsR Documentation

Download bin list from the IFCB Dashboard API

Description

Download bin list from the IFCB Dashboard API

Usage

ifcb_list_dashboard_bins(base_url, quiet = FALSE)

Arguments

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.

Value

A data frame containing the bin list returned by the 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


  bins <- ifcb_list_dashboard_bins("https://ifcb-data.whoi.edu/")
  head(bins)



iRfcb documentation built on Jan. 8, 2026, 1:06 a.m.