inst/shiny/ui.R

shinyUI(fluidPage(
  titlePanel("Simple data explorer"),
  plotOutput("plot1", brush = "plot_brush", height = 250),
  DT::dataTableOutput("info")
  )
)
kevinwang09/SmokyScotch documentation built on Aug. 25, 2022, 5:41 p.m.