View source: R/cms_product_metadata.r
cms_product_metadata | R Documentation |
Collect meta information, such as vocabularies used, for specific Copernicus marine products
cms_product_metadata(product, type = c("list", "xml"))
product |
An identifier (type |
type |
A |
Returns a named list
(when type = "list"
) with info about the requested product
.
Returns the same info as xml_document
(see xml2::xml_new_document()
) when type = "xml"
.
Returns NULL
when contacting Copernicus fails.
Pepijn de Vries
Other product-functions:
cms_cite_product()
,
cms_product_details()
,
cms_product_services()
,
cms_products_list()
,
copernicus_cite_product()
,
copernicus_product_details()
,
copernicus_product_metadata()
,
copernicus_products_list()
cms_product_metadata("GLOBAL_ANALYSISFORECAST_PHY_001_024")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.