get_deceased_cases_by_sex_age: Get Covid-19 deceased patients data broken down by Sex and...

Description Usage Arguments Value Source Examples

View source: R/descriptive.R

Description

Get Covid-19 deceased patients data broken down by Sex and Age

Usage

1

Arguments

lang

Specify the language of the resulting dataframe (nl for Dutch en for English)

Value

A dataframe

Datum/Date

Date of notification

LeeftijdGroep/Age_group

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))

Geslacht/Sex

Sex: Man, Vrouw, Niet vermeld ( man, woman, not specified, respectively)

Aantal/Count

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

AantalCumulatief/Total_count

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

Source

https://github.com/J535D165/CoronaWatchNL/tree/master/data-desc

Examples

1
2
3
get_deceased_cases_by_sex_age(lang = 'en') %>%
dplyr::group_by(Age_group,Sex) %>%
dplyr::summarize(l = dplyr::last(Total_count))

mcnakhaee/CoronaWatchNL documentation built on Jan. 1, 2021, 9:24 a.m.