polling | R Documentation |
Set the frequency with which to poll for promise resolution (the default being 100 milliseconds).
polling(freq = 100L)
freq |
[default 100L] integer number of milliseconds. |
Invisible NULL.
# set polling frequency to 1s
polling(freq = 1000L)
# reset polling frequency to default 100 ms
polling()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.