waitForJobs | R Documentation |
This function blocks the current thread of execution until all of the jobs on the given instance have finished running.
waitForJobs(instance, wait = 10)
instance |
An instance objected created with
|
wait |
The time (in seconds) to wait between checking on the state of jobs running on the instance. |
Invisibly returns the instance
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.