ImperialCollegeLondon / covid19model

Code for modelling estimated deaths and cases for COVID19.
MIT License
944 stars 271 forks source link

Outputting the intervention and country data from plot-3-panel.r required to generate the plots to csvs #66

Closed hrkulkarMsft closed 4 years ago

hrkulkarMsft commented 4 years ago

This branch adds code to plot-3-panel.r to output:

  1. Intervention data
  2. Data for all countries grouped into a single CSV

This simplifies the downstream consumption of this data into visuals for the PowerBI for now.

Code Changes

The code changes here are to:

Behavior Change

The above code changes now output two new flat csv files to the "results/" folder:

Other

@fvalka should also review this, as these outputs should be a part of the batch process.