Description Usage Arguments Value Examples
Search into the Earth Engine Data Catalog
1 | ee_utils_search_display(ee_search_dataset)
|
ee_search_dataset |
character which represents the EE dataset ID. |
No return value, called for displaying the Earth Engine dataset in the browser.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.