You are on page 1of 1

library(shiny)

ui<- fluidpage()

server <- function(input,output) {}

shinyApp(ui=ui,server=server)

You might also like