COVID-19-Fälle mit SARI

D1_19_F(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

14_72_N

Kapitel

D1-Lungenentzündung (Pneumonie)

Gruppe

D-Erkrankungen der Lunge

Typ

Fallzahl

Spezifikation

D1_19_F <- function(x){ x %>%
mutate( i = if_else((ddx %in_table% (ICD_COVID19_Infektion_gesichert) &
ddx %in_table% (ICD_COVID19_SARI)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('D1_19_F') }

Examples

if (FALSE)  read.bfs(path2file) %>% iqi.functions() %>% D1_19_F()  # \dontrun{}