Skip to contents

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:

  1. The data are loaded directly from GitHub (i.e., with help from the tidytuesdayR and ttmeta packages).
  2. The returned object is visible as a list on the first nav_panel() via the listviewerlite package.
  3. The data are visible as a table compliments of the reactable package in the second nav_panel().
  4. Data visualizations from the inspectdf packagesummarise missingness, categorical levels, numeric distribution, correlation, column types and memory usage’ are available on the third nav_panel().

Installation

You can install the development version of ttdviewer from GitHub with:

# install.packages("pak")
pak::pak("mjfrigaard/ttdviewer")

Launch app

Launch the application using the standalone app function below: