The function opens a viewer panel in RStudio which renders the collection information in an HTML. It reuses common components from the openeo-vue-components.
collection_viewer(x = NULL, con = NULL)
(optional) character with the name of a collection or the Collection
obtained
with describe_collection()
.
If NULL is provided (default), the list of all collections is shown.
a specific connection (optional), last connected service if omitted.