get_cases_by_sex: Get Covid-19 cases data broken down by Sex

Description Usage Arguments Value Source Examples

View source: R/descriptive.R

Description

Get Covid-19 cases data broken down by Sex

Usage

1
get_cases_by_sex(lang = "nl")

Arguments

lang

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

Value

Datum/Date

Date of notification

Bron/Source

The id of the report

Geslacht/Sex

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

Type

Type of measurement: Totaal, Ziekenhuisopname, Overleden ( total, hospitilzed, deceased, 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_cases_by_sex(lang = 'en') %>%
dplyr::group_by(Sex) %>%
dplyr::summarize(l = dplyr::last(Total_count))

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