Obtain details for a specific Copernicus marine product
Source:R/cms_product_details.r
cms_product_details.Rd
Arguments
- product
An identifier (type
character
) of the desired Copernicus marine product. Can be obtained withcms_products_list
.- ...
Ignored
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")
}