openeo-r-client
openeo-r-client copied to clipboard
Error message when describing collection using `describe_collection()`
The describe_collection()
gives the same output as collection_viewer()
.
However, both of these also throw an error: No or invalid collection id(s)
prior to the result.
example:
with collection_viewer(x="SENTINEL2_L2A")
in rstudio or with describe_collection("SENTINEL2_L2A")
in the Jupyter Notebook.