Description Usage Arguments Value Examples
View source: R/get_belgium_regional_cases.R
Fetches daily COVID data from Sciensano, the Belgian Institute for Health. Data is available at https://epistat.wiv-isp.be/covid/
1 | get_belgium_regional_cases(dataset = "cases_provincial")
|
dataset |
Character String specifying dataset "cases_municipal", "cases_provincial", "hospitalisation_provincial", "mortality_provincial", "testing_national", "all". Default: "cases_provincial". |
A data.frame of specified Covid data. If dataset = "all", a named list of all available datasets.
1 2 3 4 5 6 | ## Not run:
get_belgium_regional_cases(dataset = "testing_national")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.