Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R] the R code needs to be split #18

Open
JonasCir opened this issue Jan 12, 2021 · 1 comment
Open

[R] the R code needs to be split #18

JonasCir opened this issue Jan 12, 2021 · 1 comment
Assignees

Comments

@JonasCir
Copy link
Collaborator

JonasCir commented Jan 12, 2021

Title say's it all :)
Split the sormas-oegd-credible-testdata.R into at least the following files:

  1. 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
  2. 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)
  3. a file/function which does the storing of the previous data
  4. A function (i.e., main) which calls all the previous functions
@stephaneghozzi stephaneghozzi self-assigned this Jan 12, 2021
@stephaneghozzi
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants