Learn R Programming

CopernicusMarine (version 0.2.3)

copernicus_product_metadata: Obtain meta data for a specific Copernicus marine product

Description

[Deprecated] Deprecated. Use cms_product_metadata() instead.

Usage

copernicus_product_metadata(product)

Value

Returns a named list with info about the requested product. Returns NULL

when contacting Copernicus fails.

Arguments

product

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

Author

Pepijn de Vries

Details

Collect meta information, such as vocabularies used, for specific Copernicus marine products

See Also

Other product-functions: cms_cite_product(), cms_product_details(), cms_product_metadata(), cms_product_services(), cms_products_list(), copernicus_cite_product(), copernicus_product_details(), copernicus_products_list()

Examples

Run this code
if (FALSE) {
copernicus_product_metadata("GLOBAL_ANALYSISFORECAST_PHY_001_024")
}

Run the code above in your browser using DataLab