Skip to contents

[Experimental] Obtain details for a specific Copernicus marine product.

Usage

cms_product_details(product, ...)

Arguments

product

An identifier (type character) of the desired Copernicus marine product. Can be obtained with cms_products_list.

...

Ignored

Value

Returns a named list with product details.

See also

Author

Pepijn de Vries

Examples

if (interactive()) {
  cms_product_details("GLOBAL_ANALYSISFORECAST_PHY_001_024")
}