inst/demoapp/ui.R

shinyUI(fluidPage(
  titlePanel("FutureManager example"),
  
  sidebarLayout(
    sidebarPanel(
      width = 2,
      uiOutput("sidebar")
    ),
    
    mainPanel(
      tabsetPanel(
        id = "tabset",
        tabPanel(
          title = "plot",
          plotOutput("plot")
        ),
        tabPanel(
          title = "table",
          tableOutput("table")
        )
      )
    )
  )
))
Boehringer-Ingelheim/FutureManager documentation built on June 16, 2021, 6:23 p.m.