mod_Debug_Infos_ui | R Documentation |
A shiny Module.
xxx
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 }) )
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 |
xxx
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.