Title say's it all :)
Split the sormas-oegd-credible-testdata.R into at least the following files:
- a file/function which creates the parameters from the RKI dashboard/page and stores them on disc. By this we don't need to run this step every time
- The computation of the entities. In the best case. split the generation of the different entities in a single function each (e.g.,
generate_case, generate_contact etc)
- a file/function which does the storing of the previous data
- A function (i.e.,
main) which calls all the previous functions
Title say's it all :)
Split the
sormas-oegd-credible-testdata.Rinto at least the following files:generate_case,generate_contactetc)main) which calls all the previous functions