Drill-down reporting with Shiny

This is a companion discussion topic for the original entry at:

Drill-down reporting with Shiny

https://www.rstudio.com/resources/videos/drill-down-reporting-with-shiny/


Data science is often thought as building up from data. However there are many cases where going the other away around, and drilling down into the data, can also be extremely useful. Have you ever seen a plot where something seems off? Maybe it’s a few egregious outliers or a quirk in the expected trend. Instead of going back to the drawing board immediately, returning to the spreadsheets of data and trying other visualizations and summaries, you can leverage the power of Shiny to allow you to interactively start from an aggregate visualization (or summary) and then drill down into the lower-level, finer-grained data. Whether it is by interactively creating new tabs, modal windows or other methods, drilling down allows you to discover data that’s been right under your nose, without having to leave your Shiny app. This capability also allows for more satisfying data presentation or data reporting Shiny apps, since its consumers can investigate the data to their heart’s content. This talk will cover how you can create drilldown Shiny apps, using functions like insertUI and removeUI, appendTab and removeTab, and showModal.

Bárbara Borges Ribeiro - Software Engineer, RStudio
Bárbara is a software engineer working primarily in the Shiny package. She holds a double major in Statistics and Computer Science from Macalester College. After four freezing Minnesota winters, she is now back in her warm homeland of Portugal (but to the disappointment of many, she’s not a soccer fan).