Description Usage Arguments Value See Also Examples
View source: R/utils-download.R
Monitoring Earth Engine task progress
1 | ee_monitoring(task, task_time = 5, eeTaskList = FALSE, quiet = FALSE)
|
task |
List generated after a task is started (i.e. after run
|
task_time |
Numeric. How often (in seconds) should a task be polled? |
eeTaskList |
Logical. If |
quiet |
Logical. Suppress info message |
An ee$batch$Task
object with a state "COMPLETED" or "FAILED"
according to the response of the Earth Engine server.
Other helper functions:
ee_help()
,
ee_print()
1 2 3 4 5 6 | ## Not run:
library(rgee)
ee_Initialize()
ee_monitoring(eeTaskList = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.