get_cases_by_age: Get Covid-19 cases data broken down by َthe age group of...

Description Usage Arguments Value Source Examples

View source: R/descriptive.R

Description

Get Covid-19 cases data broken down by َthe age group of patients

Usage

1
get_cases_by_age(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

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

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

for further information look at https://github.com/J535D165/CoronaWatchNL/master/data-geo/data-national/

Examples

1
2
get_cases_by_age() %>%
dplyr::distinct(LeeftijdGroep)

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