queueView: queueView - Server-side function to call with callModule()

Description Usage Arguments

View source: R/qview.R

Description

queueView - Server-side function to call with callModule()

Usage

1
2
queueView(input, output, session, user, queue_obj = RSimpleQueue$new(),
  refresh_interval = 3000, button_ids = NULL, button_labels = NULL)

Arguments

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.


metrumresearchgroup/rrsq documentation built on Aug. 20, 2021, 3:20 p.m.