cms_product_metadata {CopernicusMarine} | R Documentation |
Obtain product meta data
Description
Obtain product meta data such as spatio-temporal bounds
of the data.
Usage
cms_product_metadata(product, type, ...)
Arguments
product |
An identifier (type |
type |
|
... |
Ignored |
Value
Returns a data.frame
/tibble
with the metadata. Each row in the data.frame
represents a layer available for the product.
Author(s)
Pepijn de Vries
Examples
if (interactive()) {
cms_product_metadata("GLOBAL_ANALYSISFORECAST_PHY_001_024")
}
[Package CopernicusMarine version 0.2.6 Index]