Exercise

Create an empty Shiny Dashboard

Using the header, sidebar, and body created in the previous exercise, create an "empty" dashboard with a header, sidebar, and body.

Instructions

100 XP
  • Combine the header, sidebar, and body to create a dashboard page.
  • Use shinyApp() from the shiny package to run the application.