ee_monitoring: Monitoring Earth Engine task progress

Description Usage Arguments Examples

View source: R/utils-download.R

Description

Monitoring Earth Engine task progress

Usage

1
ee_monitoring(task, eeTaskList = FALSE, quiet = FALSE)

Arguments

task

List generated after an created an EE task.

eeTaskList

Logical. If TRUE, all Earth Engine tasks will be listed.

quiet

logical. Suppress info message

Examples

1
2
3
4
5
6
## Not run: 
library(rgee)
ee_Initialize()
ee_monitoring(eeTaskList = TRUE)

## End(Not run)

ryali93/rgee documentation built on May 13, 2020, 4:34 a.m.