COVID-19-Fälle mit labordiagnostischem Virusnachweis

D1_18_F(x)

Arguments

x

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

Alias

14_71_N

Kapitel

D1-Lungenentzündung (Pneumonie)

Gruppe

D-Erkrankungen der Lunge

Typ

Fallzahl

Spezifikation

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

Examples

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