Search into the Earth Engine Data Catalog

ee_utils_dataset_display(ee_search_dataset)

Arguments

ee_search_dataset

Character that represents the EE dataset ID.

Value

No return value, called for displaying the Earth Engine dataset in the browser.

Examples

if (FALSE) {
 library(rgee)

 ee_datasets <- c("WWF/HydroSHEDS/15DIR", "WWF/HydroSHEDS/03DIR")
 ee_utils_dataset_display(ee_datasets)
}