Shiny app about football teams

...I want create a shiny app with the available data of various football teams. in which I want to select a team and then display the details about goals, team name, opposite team etc in a table format.

Can anyone give me a ruf Idea how can I generate tables of selected team?

Have a look at the shiny gallery here: https://shiny.rstudio.com/gallery/
You might have a dropdown to select a team.


pssguy has a good shinyapp along the lines you're talking about here:

the problem in the shiny gallary is that there is not enough information about any app they have created. only the code is there. we also dont know from where they took data