Monitoring Earth Engine task progress

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

if (FALSE) { library(rgee) ee_initialize() ee_download_monitoring(eelist=TRUE) }