inst/examples/actionbutton/ui.R

shinyUI(pageWithSidebar(
  headerPanel("Action button example"),
  sidebarPanel(
    actionButton("button1", "New samples")
  ),
  mainPanel(
    plotOutput("plot")
  )
))
rstudio/shiny-incubator documentation built on May 28, 2019, 7:53 a.m.