This is a template for your final project. Please use this stucture when submitting assignments.
project-proposal/
: A folder for your first week's homework files.data-raw/
: A folder for your data before you do anything with it.data-clean/
: A folder for you to put your cleaned data. It is good practice to keep your raw data and your cleaned data separate so that you know exactly what changes have happened and always have an original copy of your data before any changes occurred.output/
: A folder for graphs or other output produced by your analyses.presentation/
: A folder for your final presentation slides.code/
: A folder to keep your various scripts throughout the project.
Write your answers to week two's scrum questions here.
Write your answers to week three's scrum questions here.
Write your answers to week four's scrum questions here.
Write your answers to week five's scrum questions here.
You can tell me anything I need to know here to be able to run your code and test it out.