D4_02_F.RdPneumonektomien bei Bronchialkarzinom
D4_02_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
17_21_N
D4-Operationen an der Lunge (grosse thoraxchirurgische Eingriffe)
D-Erkrankungen der Lunge
Fallzahl
D4_02_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Pneumektomie) &
ddx %in_table% (ICD_Karzinom_Lunge_Bronchien)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('D4_02_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% D4_02_F() # \dontrun{}