E4_01_F.RdKolorektale Resektionen insgesamt
E4_01_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
21_3_N
E4-Erkrankungen von Dickdarm und Enddarm
E-Erkrankungen der Bauchorgane
Fallzahl
E4_01_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Kolonresektion_erweitert_total %+%
CHOP_Kolonresektion_partiell %+%
CHOP_Rektumresektion)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('E4_01_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% E4_01_F() # \dontrun{}