powered by
Set the frequency with which to poll for promise resolution (the default being 100 milliseconds).
polling(freq = 100L)
Invisible NULL.
[default 100L] integer number of milliseconds.
# set polling frequency to 1s polling(freq = 1000L) # reset polling frequency to default 100 ms polling()
Run the code above in your browser using DataLab