mod_format_DT | R Documentation |
A shiny Module.
mod_format_DT_ui(id) mod_format_DT_server( id, df, rownames = FALSE, dom = "Bt", style = reactive({ NULL }) )
id |
internal |
df |
internal |
rownames |
xxxx |
dom |
xxx |
style |
xxx |
if(interactive()){ library(QFeatures) library(shiny) library(DaparToolshed) data(ft) ui <- mod_format_DT_ui('dt') server <- function(input, output, session) { mod_format_DT_server(id = 'dt', df = reactive({assay(ft,1)}) ) } shinyApp(ui=ui, server=server) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.