E4_01_M.RdKolorektale Resektionen insgesamt, Mortalität
E4_01_M(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
21_3
E4-Erkrankungen von Dickdarm und Enddarm
E-Erkrankungen der Bauchorgane
Mortalität
E4_01_M <- 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_perc('E4_01_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% E4_01_M() # \dontrun{}