View source: R/copernicus_products_list.r
copernicus_products_list | R Documentation |
Collect a list of products and some brief descriptions for marine products available from Copernicus
copernicus_products_list(..., info_type = c("list", "meta"))
... |
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 |
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.
Pepijn de Vries
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()
## Not run:
copernicus_products_list()
## Query a specific product:
copernicus_products_list(freeText = "GLOBAL_ANALYSISFORECAST_PHY_001_024")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.