ee_help: Documentation for Earth Engine Objects

Description Usage Arguments Value See Also Examples

View source: R/ee_help.R

Description

Documentation for Earth Engine Objects

Usage

1
ee_help(eeobject, browser = FALSE)

Arguments

eeobject

Earth Engine Object to print documentation.

browser

Logical. Display documentation in the browser.

Value

No return value, called for displaying Earth Engine documentation.

See Also

Other helper functions: ee_monitoring(), ee_print()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
library(rgee)
ee_Initialize()

ee$Image()$geometry()$centroid %>% ee_help()
ee$Image()$geometry() %>% ee_help()
ee$Geometry$Rectangle(c(-110.8, 44.6, -110.6, 44.7)) %>% ee_help()
ee$Image %>% ee_help()
ee$Image %>% ee_help(browser = TRUE)

## End(Not run)

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