asyncBar1 | R Documentation |
Reports async class progress with a default shiny bar to end user.
new()
Interactive environment to create a progress bar of async tracking.
asyncBar1$new(async, id, interval = 1000, max.rep = 50)
async
R6 class. Object to tracking routines.
id
character. ID of progress bar.
interval
numeric. Approximate number of milliseconds to wait between checks of the job progress.
max.rep
numeric. Maximum number of times that a progress value can be repeated.
progress()
observe event to checks of the async job progress.
asyncBar1$progress(session, input)
session
shiny session
input
shiny input
finalize()
Close all routines of async bar.
asyncBar1$finalize()
clone()
The objects of this class are cloneable with this method.
asyncBar1$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.