epiforecasts / covidregionaldata

An interface to subnational and national level COVID-19 data. For all countries supported, this includes a daily time-series of cases. Wherever available we also provide data on deaths, hospitalisations, and tests. National level data is also supported using a range of data sources as well as linelist data and links to intervention data sets.
https://epiforecasts.io/covidregionaldata/
Other
37 stars 18 forks source link

Add netherlands data #358

Closed joseph-palmer closed 3 years ago

joseph-palmer commented 3 years ago

This PR adds a class for the Netherlands, with data provided by the RVIM (English: National Institute for Public Health and the Environment). Data includes new cases, deaths and hospital admissions at the province (level 1) and municipality levels (level 2).

The source of the data is a single csv file which has the data at the municipality level and so the class has a clean_level_1() function which aggregates the data at the province level.

github-actions[bot] commented 3 years ago

👋 Thanks for opening this pull request! Can you please run through the following checklist before requesting review (ticking as complete or if not relevant).

Thank you again for the contribution. If making large scale changes consider using our pre-commit hooks (see the contributing guide) to more easily comply with our guidelines.

seabbs commented 3 years ago

Looking at the CRAN logs looks like it doesn't