ee_utils_dataset_display: Search into the Earth Engine Data Catalog

View source: R/ee_utils.R

ee_utils_dataset_displayR Documentation

Search into the Earth Engine Data Catalog

Description

Search into the Earth Engine Data Catalog

Usage

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

## Not run: 
 library(rgee)

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

## End(Not run)

r-spatial/rgee documentation built on July 4, 2024, 9:33 a.m.