TidyTuesday

My Tidy Tuesday adventures: https://hardin47.github.io/TidyTuesday/

Tidy Tuesday Analyses

Getting the data

Each week, copy the week’s folder which includes both the data and the information describing the data. Then create / navigate to the gh-pages branch where the .html file (from the .Rmd) describes the analysis.

git clone –no-checkout https://github.com/rfordatascience/tidytuesday.git

cd tidytuesday

git sparse-checkout init –cone

git sparse-checkout set data/2024/2024-01-16

git checkout @

then move the folder to TidyTuesday, delete tidytuesday, and start over next week.