Description Usage Arguments Value Source Examples
Get Covid-19 cases data broken down by َthe age group of patients
1 | get_cases_by_age(lang = "nl")
|
lang |
Specify the language of the resulting dataframe ( |
Date of notification
The id of the report
Sex: Man, Vrouw, Niet vermeld ( Ages, ranging from 0 to 95, divided in 19 groups of 5. Two additional groups are 95+ and Niet vermeld (not specified))
Type of measurement: Totaal, Ziekenhuisopname, Overleden ( total, hospitilzed, deceased, respectively)
Number of newly diagnosed (Totaal), hospitalized (Ziekenhuisopname), and deceased (Overleden**) female (vrouw), male (man), and non-specified cases on the date of notification in the last 24 hours
Number of diagnosed (Totaal), hospitalized (Ziekenhuisopname), and deceased (Overleden) female (vrouw), male (man), and non-specified cases on the date of notification since the start of the outbreak
for further information look at https://github.com/J535D165/CoronaWatchNL/master/data-geo/data-national/
1 2 | get_cases_by_age() %>%
dplyr::distinct(LeeftijdGroep)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.