Files
shiny/tests/test-helpers/app2-nested/app.R
2019-08-08 11:44:01 -05:00

9 lines
109 B
R

library(shiny)
ui <- fluidPage()
server <- function(input, output) {}
shinyApp(ui = ui, server = server)