powered by
Download bin list from the IFCB Dashboard API
ifcb_list_dashboard_bins(base_url, quiet = FALSE)
A data frame containing the bin list returned by the API.
Character. Base URL to the IFCB Dashboard (e.g. "https://ifcb-data.whoi.edu/").
Logical. If TRUE, suppresses progress messages. Default is FALSE.
ifcb_download_dashboard_data() to download data from the IFCB Dashboard API.
ifcb_download_dashboard_data()
ifcb_download_dashboard_metadata() to retrieve metadata from the IFCB Dashboard API.
ifcb_download_dashboard_metadata()
# \donttest{ bins <- ifcb_list_dashboard_bins("https://ifcb-data.whoi.edu/") head(bins) # }
Run the code above in your browser using DataLab