Learn R Programming

rgee (version 0.1.0)

ee_monitoring: Monitoring Earth Engine task progress

Description

Monitoring Earth Engine task progress

Usage

ee_monitoring(task, eeTaskList = FALSE)

Arguments

task

List generated after finished correctly a EE task, if it is missing the last one will be taken.

eeTaskList

Logical, if TRUE, all Earth Engine tasks will listing initially.

Examples

Run this code
# NOT RUN {
library(rgee)
ee_initialize()
ee_download_monitoring(eelist=TRUE)
# }

Run the code above in your browser using DataLab