Closed KleinJonasUVT closed 1 year ago
The code is correctly written so the makefiles can read it. The makefiles are now also up to date, but these of course need to stay updated in case something changes. In theory, everything is in place, so this issue can be closed.
Goal of this issue
The goal of this issue is to divide my previous written code in data-loading.R . This way the different steps of loading in data, merging data and cleaning data will be divided into files which will eventually be linked to each other with a makefile. the previous code in data-loading.R
Resources
I will build onto the code of data-loading.R and structure it in the same way as was done in the example of the repository.
Deliverables
A clearly structured way of loading, merging and cleaning data in different R files placed in the repository.