List products available from data.marine.copernicus.eu
Source:R/cms_products_list.r
cms_products_list.Rd Collect a list of products and some brief
descriptions for marine products available from Copernicus.
cms_products_list()
does not use a formal API, but provides a more detailed list. cms_products_list2()
Does use the formal API, but provides less details.
Usage
cms_products_list(..., info_type = c("list", "meta"))
cms_products_list2(...)Value
Returns a tibble of products available from https://data.marine.copernicus.eu or
a named list when info_type = "meta". Returns NULL in case on-line services are
unavailable.
Details
See vignette("product-info") for more details.
Examples
if (interactive()) {
cms_products_list()
## Query a specific product:
cms_products_list(freeText = "GLOBAL_ANALYSISFORECAST_PHY_001_024")
}