inst/shinyParallel_server/ui.R

library("shiny")

shinyUI(
  fluidPage(
    shiny::htmlOutput(outputId = "htmlSess"),
    dataTableOutput(outputId = "stattable")
  )
)
jcrodriguez1989/shinyParallel documentation built on June 25, 2021, 7:41 p.m.