Report progress with waitress.
1 2 3 4 5 6 7 8 9 10 11 | withProgressWaitress(
expr,
...,
session = getDefaultReactiveDomain(),
env = parent.frame(),
quoted = FALSE
)
setProgressWaitress(value = 1, session = getDefaultReactiveDomain())
incProgressWaitress(value = 1, session = getDefaultReactiveDomain())
|
expr |
The work to be done.
This expression should contain calls to
setProgressWaitress |
... |
Passed to the Waitress constructor ( |
session |
The Shiny session object, as provided by
|
env |
The environment in which |
quoted |
Whether |
value |
Value to set the waitress to or increase it by. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.