D1_01_F.RdHD Pneumonie
D1_01_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
14_1_N
D1-Lungenentzündung (Pneumonie)
D-Erkrankungen der Lunge
Fallzahl
D1_01_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Pneumonie)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('D1_01_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% D1_01_F() # \dontrun{}