Description Usage Arguments Value Source Examples
Get Covid-19 cases data broken down by Sex
1 | get_cases_by_sex(lang = "nl")
|
lang |
Specify the language of the resulting dataframe ( |
Date of notification
The id of the report
Sex: Man, Vrouw, Niet vermeld ( man, woman, not specified, respectively)
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
https://github.com/J535D165/CoronaWatchNL/tree/master/data-desc
1 2 3 | get_cases_by_sex(lang = 'en') %>%
dplyr::group_by(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.