waitForJobs | R Documentation |
Waits for termination of jobs while displaying a progress bar containing summarizing informations of the jobs. The following abbreviations are used in the progress bar: “S” for number of jobs on system, “D” for number of jobs successfully terminated, “E” for number ofjobs terminated with an R exception and “R” for number of jobs currently running on the system.
waitForJobs( reg, ids, sleep = 10, timeout = 604800, stop.on.error = FALSE, progressbar = TRUE )
reg |
[ |
ids |
[ |
sleep |
[ |
timeout |
[ |
stop.on.error |
[ |
progressbar |
[ |
[logical(1)
]. Returns TRUE
if all jobs terminated successfully
and FALSE
if either an error occurred or the timeout is reached.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.