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:
analysiscontains scripts that perform the data analysis;input_datacontains the input data for the data analysis; andouputscontains 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.RThis 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.