This repository demonstrates how to use multiple branches to work on separate ideas in parallel, using a toy data set as a case study. It is divided into several directories:
analysis
contains scripts that perform the data analysis;input_data
contains the input data for the data analysis; andouputs
contains output figures, tables, etc.
The data analysis requires R version 3.6 or newer.
To run the toy data analysis, run the provided script from the same directory as this README.md
file:
./analysis/initial_exploration.R
This will calculate some basic summary statistics and save them to ./outputs/summary.csv
.
This repository is distributed under the terms of the MIT license.
See LICENSE
for details.