Description Usage Arguments Value Examples
keeps R in a loop while GDP works on the request. Checks running
.
Will drop out of loop whenever !running(geojob)
1 2 3 4 5 6 7 8 9 10 11 12 13 | wait(.Object, sleep.time)
## S4 method for signature 'geojob,numeric'
wait(.Object, sleep.time)
## S4 method for signature 'geojob,missing'
wait(.Object, sleep.time)
## S4 method for signature 'character,numeric'
wait(.Object, sleep.time)
## S4 method for signature 'character,missing'
wait(.Object, sleep.time)
|
.Object |
a geojob |
sleep.time |
a number of seconds to wait in between checking the process |
invisible return of .Object, unaltered
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.