Skip to contents

[Experimental] Obtain an overview of services provided by Copernicus for a specific marine product.

Usage

cms_product_services(product, ...)

Arguments

product

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

...

Ignored.

Value

Returns a tibble with a list of available services for a Copernicus marine product.

See also

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

Author

Pepijn de Vries

Examples

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