TidyX Episode 145: Multi-Input Shiny Apps

This week, Ellis Hughes and I show a way to create a multi-input {shiny} app with a dynamic click table using the {DT} package.

The app has 2 tabs. One tab with a table of summary data and a second tab with individual player information and plots of data. The user interface is constructed in such a way that allows user to go to Tab 1, investigate the summary data and click on any of the rows and be immediately taken to that player’s data in Tab 2. Alternatively, the user can go directly to Tab 2 and simply scroll through and observe data for players they are interested in.

To watch our screen cast, CLICK HERE.

To access our code, CLICK HERE.