View source: R/ifcb_download_dashboard_metadata.R
| ifcb_download_dashboard_metadata | R Documentation |
Download metadata from the IFCB Dashboard API
ifcb_download_dashboard_metadata(base_url, dataset_name = NULL, quiet = FALSE)
base_url |
Character. Base URL to the IFCB Dashboard (e.g. "https://ifcb-data.whoi.edu/"). |
dataset_name |
Optional character. Dataset slug (e.g. "mvco") to retrieve metadata for a specific dataset. If NULL, all available metadata are downloaded. |
quiet |
Logical. If TRUE, suppresses progress messages. Default is FALSE. |
A data frame containing the exported metadata.
ifcb_download_dashboard_data() to download data from the IFCB Dashboard API.
ifcb_list_dashboard_bins() to retrieve list of available bins from the IFCB Dashboard API.
# Download metadata for a specific dataset
metadata_mvco <- ifcb_download_dashboard_metadata("https://ifcb-data.whoi.edu/",
dataset_name = "mvco",
quiet = TRUE)
# Print result as tibble
print(metadata_mvco)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.