Learn R Programming

CopernicusMarine (version 0.2.3)

copernicus_products_list: List products available from data.marine.copernicus.eu

Description

[Deprecated] Collect a list of products and some brief descriptions for marine products available from Copernicus

Usage

copernicus_products_list(..., info_type = c("list", "meta"))

Value

Returns a tibble of products available from https://data.marine.copernicus.eu or a named list when info_type = "meta". Returns NULL in case on-line services are unavailable.

Arguments

...

Allows you to pass (search) query parameters to apply to the list. When omitted, the full list of products is returned.

info_type

One of "list" (default) or "meta". "list" returns the actual list whereas "meta" returns meta information for the executed query (e.g. number of hits).

Author

Pepijn de Vries

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_product_metadata()

Examples

Run this code
if (FALSE) {
copernicus_products_list()

## Query a specific product:
copernicus_products_list(freeText = "GLOBAL_ANALYSISFORECAST_PHY_001_024")
}

Run the code above in your browser using DataLab