ComeçarComece de graça

Header and side bar settings

Suppose you are working for an apparel company. Since a global soccer tournament has just concluded, your company wants to produce football apparel. To catch the attention of potential customers, the company needs to be in touch with the fan base.

You have been tasked to create a dashboard to help the company make better design decisions, based on the following:

  1. Some details for each match
  2. Total number of goals scored for each team
  3. Total number of yellow/red cards given to each team

In the exercise, the data has been stored as a dplyr data frame called soccer. The tidyverse, shinydashboard and shiny libraries have also been loaded.

Good luck!

Este exercício faz parte do curso

Building Dashboards with shinydashboard

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Set the title as "Soccer tournament"
header <- dashboardHeader(___)
Editar e executar o código