Closed hamishgibbs closed 4 years ago
Epistat – Covid19 Monitoring. Data. Sciensano, the Belgian Institute for Health. 2020. https://epistat.wiv-isp.be/covid/.
Would it be useful to return all dataframes in a list?
The datatypes are quite different so I don't think they can be combined into a single dataframe. On the website you can download all datasets as a .xlsx file with multiple worksheets
Now dataset = "all"
will return a named list of all datasets.
Added a function to extract case counts and other data from Belgian Institute for Health https://epistat.wiv-isp.be/covid/.
Datasets returned:
Also added a test for the new function. Each dataset comes from a different url so I added a test for each dataset. If this is too much it can be pared down.