withProgressAttendant {waiter} | R Documentation |
Report Progress Attendant
Description
Report progress with attendant.
Usage
withProgressAttendant(
expr,
...,
session = getDefaultReactiveDomain(),
env = parent.frame(),
quoted = FALSE
)
setProgressAttendant(
value = 1,
text = NULL,
session = getDefaultReactiveDomain()
)
incProgressAttendant(
value = 1,
text = NULL,
session = getDefaultReactiveDomain()
)
Arguments
expr |
The work to be done.
This expression should contain calls to
setProgressAttendant |
... |
Passed to the Attendant 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. |
text |
Text to display on the progress bar. |
[Package waiter version 0.2.5 Index]