Learn R Programming

CopernicusMarine (version 0.2.6)

cms_product_metadata: Obtain product meta data

Description

[Experimental] Obtain product meta data such as spatio-temporal bounds of the data.

Usage

cms_product_metadata(product, type, ...)

Value

Returns a data.frame/tibble with the metadata. Each row in the data.frame

represents a layer available for the product.

Arguments

product

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

type

[Deprecated] Deprecated and ignored.

...

Ignored

Author

Pepijn de Vries

Examples

Run this code
if (interactive()) {
  cms_product_metadata("GLOBAL_ANALYSISFORECAST_PHY_001_024")
}

Run the code above in your browser using DataLab