Reproducible Data Analysis Workflow
I recommend the tutorial, “A Reproducible Data Analysis Workflow With R Markdown, Git, Make, and Docker” as a starting point for R-based data analyses [@peikert].
I also recommend using the integrated development environment (IDE) for R, RStudio.
| Component | Description |
|---|---|
| RMarkdown | Dynamic document generation
|
| Git | Version control tracking
Note
RStudio has a GUI for Git. |
| Make | Dependency management |
| Docker | Containerization
|