More information on organizing projects:
- Guide to simple layout above: https://nicercode.github.io/blog/2013-04-05-projects/
- Guide to R package organization: http://www.carlboettiger.info/2012/05/06/research-workflow.html
data stores the raw data, the clean data and a metadata .txt file. The raw data should never be edited - only read.
reports contains the working and final project reports
scripts contains the code organized by purpose.