You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
At the moment there are two data sources: RKI's corona dashboard and RKI's SurvStat. The first is already queried automatically, the second however has to be downloaded manually, although there's a way to access them via a web service, see issue #21
Title say's it all :)
Split the
sormas-oegd-credible-testdata.R
into at least the following files:generate_case
,generate_contact
etc)main
) which calls all the previous functionsThe text was updated successfully, but these errors were encountered: