Arguments
- product
An identifier (type
character) of the desired Copernicus marine product. Can be obtained withcms_products_list.- ...
Ignored
Value
Returns a data.frame/tibble with the metadata. Each row in the data.frame
represents a layer available for the product.
Examples
if (interactive()) {
cms_product_metadata("GLOBAL_ANALYSISFORECAST_PHY_001_024")
}