Description Usage Arguments Value Source Examples
Get Covid-19 deceased patients data broken down by Sex and Age
1 | get_deceased_cases_by_sex_age(lang = "nl")
|
lang |
Specify the language of the resulting dataframe ( |
A dataframe
Date of notification
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))
Sex: Man, Vrouw, Niet vermeld ( man, woman, not specified, 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
https://github.com/J535D165/CoronaWatchNL/tree/master/data-desc
1 2 3 | get_deceased_cases_by_sex_age(lang = 'en') %>%
dplyr::group_by(Age_group,Sex) %>%
dplyr::summarize(l = dplyr::last(Total_count))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.