Kill3rbee / rstudio-conf-2018

Drill-down data discovery with Shiny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drilldown data discovery with Shiny

Barbara Borges Ribeiro

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.

Link to presentation

About

Drill-down data discovery with Shiny


Languages

Language:HTML 97.6%Language:R 2.1%Language:CSS 0.3%