From 2d442315a26fa523c1ea32f0dd1cdc6e19614722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Calao=20P=C3=A9rez?= <31701636+CalaoJuanPablo@users.noreply.github.com> Date: Fri, 25 May 2018 17:28:32 -0500 Subject: [PATCH] Adding link to Sheets data Adding a link to the google sheets data used in the app --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ba962d..4bc631d 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ _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](https://rawgit.com/bborgesr/rstudio-conf-2018/master/presentation/presentation.html) - - \ No newline at end of file +[Link to Sheets Data](https://docs.google.com/spreadsheets/d/1j-MysIF2mzuuD2u-E3JuWvRLIwCCIvx3_OxLYNIhQZU/edit?usp=sharing) +