shinydashboard
ui <- dashboardPage ( dashboardHeader (), dashboardSidebar(), dashboardBody () ); … shinyApp(ui = ui, …);
Index