Learn R Programming

iRfcb (version 0.8.0)

ifcb_list_dashboard_bins: 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)

Value

A data frame containing the bin list returned by the API.

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.

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

Run this code
# \donttest{
  bins <- ifcb_list_dashboard_bins("https://ifcb-data.whoi.edu/")
  head(bins)
# }

Run the code above in your browser using DataLab