DEBSOURCES
Skip Quicknav
sources / r-cran-shiny / 1.10.0%2Bdfsg-2 / tests / test-helpers / app2-nested / app.R
12345678
library(shiny) ui <- fluidPage() server <- function(input, output) {} shinyApp(ui = ui, server = server)