1. Learn
  2. /
  3. Courses
  4. /
  5. Creating Dashboards with shinydashboard

Exercise

Create Body tabs

Now that you have created tabs on the sidebar, link them to tabs in the body using the tabItems() function in the dashboardBody().

Instructions

100 XP
  • Create a tabItem() in the body named dashboard.
  • Create a tabItem() in the body named inputs.
  • Rerun the shiny app with these updates.