course-dprep / covid19_on_length_of_stay-team1

This respository was made by Jonas Klein, Matthijs van Gils, Marijn Bransen and Dianne Burgess and was commissioned by Hannes Datta, proffesor at Tilburg University as part of the course 'Data Preparation and Workflow Management'.
3 stars 3 forks source link

Divide previous written code in correct files for makefile #17

Closed KleinJonasUVT closed 1 year ago

KleinJonasUVT commented 1 year ago

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.

KleinJonasUVT commented 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.