Learn R Programming

rgee (version 1.1.7)

ee_utils_dataset_display: Search into the Earth Engine Data Catalog

Description

Search into the Earth Engine Data Catalog

Usage

ee_utils_dataset_display(ee_search_dataset)

Value

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

Arguments

ee_search_dataset

Character that represents the EE dataset ID.

Examples

Run this code
if (FALSE) {
 library(rgee)

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

Run the code above in your browser using DataLab