This repository hosts weekly data explorations for the Tidy Tuesday project. Each week lives in its own folder containing the data, scripts and any plots that were produced.
- Install R and the
tidyversepackage.install.packages("tidyverse") - Clone this repository.
- Run a week's analysis script from the project root, e.g.
Plots will appear in the corresponding
Rscript week-01/analysis.R
plots/directory.
/
├── week-XX/ # weekly analysis folders
│ ├── data/ # datasets
│ ├── plots/ # generated figures
│ └── analysis.R # example analysis script
├── LICENSE
└── README.md
Commit code and small outputs regularly. Large raw data or rendered images should be kept out of version control or added via links.
Happy tidying!