| cms_product_metadata {CopernicusMarine} | R Documentation |
Obtain meta data for a specific Copernicus marine product
Description
Collect meta information, such as vocabularies used,
for specific Copernicus marine products
Usage
cms_product_metadata(product, type = c("list", "xml"))
Arguments
product |
An identifier (type |
type |
A |
Value
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.
Author(s)
Pepijn de Vries
See Also
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()
Examples
cms_product_metadata("GLOBAL_ANALYSISFORECAST_PHY_001_024")