cms_product_details: Obtain details for a specific Copernicus marine product

View source: R/cms_product_details.r

cms_product_detailsR Documentation

Obtain details for a specific Copernicus marine product

Description

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

Usage

cms_product_details(product, layer, variant, ...)

Arguments

product

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

layer

[Deprecated] Ignored and deprecated

variant

[Deprecated] Ignored and deprecated

...

Ignored

Value

Returns a named list with product details.

Author(s)

Pepijn de Vries

See Also

Other product-functions: cms_cite_product(), cms_product_services(), cms_products_list()

Examples

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

CopernicusMarine documentation built on Aug. 8, 2025, 6:14 p.m.