Learn R Programming

rgee (version 1.0.0)

ee_monitoring: Monitoring Earth Engine task progress

Description

Monitoring Earth Engine task progress

Usage

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

See Also

Other helper functions: ee_help(), ee_print()

Examples

Run this code
# NOT RUN {
library(rgee)
ee_Initialize()
ee_monitoring(eeTaskList = TRUE)
# }

Run the code above in your browser using DataLab