queueView - Server-side function to call with callModule()
1 2 | queueView(input, output, session, user, queue_obj = RSimpleQueue$new(),
refresh_interval = 3000, button_ids = NULL, button_labels = NULL)
|
input |
Shiny input |
output |
Shiny output |
session |
Shiny session |
user |
The current user of the shiny application. Used for filtering which jobs are visible. |
queue_obj |
An RSimpleQueue object that has already been initialized with $new. |
refresh_interval |
The frequency with which the UI should poll the queue and update, in milliseconds. |
button_ids |
(Optional) A vector of Shiny ids (strings) to use for custom buttons added to the table. |
button_labels |
(Optional) A vector of Shiny labels (strings) to use for custom buttons added to the table. Must correspond to button_ids. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.