mod_Debug_Infos: mod_Debug_Infos

mod_Debug_Infos_uiR Documentation

mod_Debug_Infos

Description

A shiny Module.

xxx

Usage

mod_Debug_Infos_ui(id)

mod_Debug_Infos_server(
  id,
  title = NULL,
  config = reactive({     NULL }),
  rv.dataIn = reactive({     NULL }),
  dataIn = reactive({     NULL }),
  dataOut = reactive({     NULL }),
  steps.enabled = reactive({     NULL }),
  steps.status = reactive({     NULL }),
  steps.skipped = reactive({     NULL }),
  current.pos = reactive({     NULL }),
  is.enabled = reactive({     NULL })
)

Arguments

id

xxx

title

xxx

config

A 'list'

rv.dataIn

xxx

dataIn

An instance of the class 'QFeatures'

dataOut

An instance of the class 'QFeatures'

steps.enabled

A 'logical()' xxxx

steps.status

A 'logical()' xxxx

steps.skipped

A 'logical()' xxxx

current.pos

A 'integer(1)' xxxx

is.enabled

A 'logical(1)' xxxx

Value

xxx

Examples

## Not run: 

ui <- fluidPage(
  mod_format_DT_ui('tbl')
)
server <- function(input, output){
  mod_format_DT_server(id = 'tbl',table2show = reactive({head(iris)}))
}
shinyApp(ui, server)

## End(Not run)


samWieczorek/Magellan documentation built on March 30, 2022, 3:40 a.m.