Files for conducting some simple analysis identically in R and in Python
The key steps for reproduceability:
- Installing and loading packages
- Clean data, stored within a project folder (in .csv format)
- Script files (.py and .R) which contain only the code which runs correctly and has comments to help us remember what each step does and why