withProgressWaitress {waiter} | R Documentation |
Report Progress Waitress
Description
Report progress with waitress.
Usage
withProgressWaitress(
expr,
...,
session = getDefaultReactiveDomain(),
env = parent.frame(),
quoted = FALSE
)
setProgressWaitress(value = 1, session = getDefaultReactiveDomain())
incProgressWaitress(value = 1, session = getDefaultReactiveDomain())
Arguments
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. |
[Package waiter version 0.2.5 Index]