The #TidyTuesday data viewer (ttdviewer
) is an Shiny app-package1 for viewing the data from the #TidyTuesday
project. This package started out as a small application to demonstrate various examples of downloadable reports (R Markdown, Quarto, etc.), but it’s grown to include additional features:
- The data are loaded directly from GitHub (i.e., with help from the
tidytuesdayR
andttmeta
packages). - The returned object is visible as a list on the first
nav_panel()
via thelistviewerlite
package.
- The data are visible as a table compliments of the
reactable
package in the secondnav_panel()
.
- Data visualizations from the
inspectdf
package ‘summarise missingness, categorical levels, numeric distribution, correlation, column types and memory usage’ are available on the thirdnav_panel()
.