ee_utils_search_display: Search into the Earth Engine Data Catalog

Description Usage Arguments Value Examples

View source: R/ee_utils.R

Description

Search into the Earth Engine Data Catalog

Usage

1
ee_utils_search_display(ee_search_dataset)

Arguments

ee_search_dataset

character which represents the EE dataset ID.

Value

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

Examples

1
2
3
4
5
6
7
## Not run: 
 library(rgee)

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

## End(Not run)

csaybar/rgee documentation built on March 11, 2021, 5:48 a.m.