cms_products_list: List Products Available from <data.marine.copernicus.eu>
Description
Collect a list of products and some brief
descriptions for marine products available from Copernicus. cms_products_list()
does not use a formal API, but provides a more detailed list. cms_products_list2()
Does use the formal API, but provides less details.
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
Details
See vignette("product-info") for more details.
See Also
Other product:
cms_cite_product(),
cms_download_native(),
cms_product_details(),
cms_product_metadata(),
cms_product_services()