inst/app/ui.R

shiny::shinyUI(shiny::fluidPage(

    # Application title
    shiny::titlePanel("Test PostgreSQL Relations"),

    shiny::tabsetPanel(
        shiny::tabPanel("Patient Data",
            shiny::mainPanel(fluid = TRUE, DT::dataTableOutput("maintable1"))
        ),
        shiny::tabPanel("Result Data",
            shiny::actionButton("click_res", icon = shiny::icon("poll"), label = "Result Tables"),
            shiny::mainPanel(fluid = TRUE, DT::dataTableOutput("maintable2"))
        )
    )
))
brucemoran/testPostgreSQLRelations documentation built on Jan. 5, 2022, 12:24 a.m.