H3_05_M.RdZystektomie, Mortalität
H3_05_M(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
51_31
H3-Eingriffe an der Harnblase
H-Erkrankungen der Harnwege und der männlichen Geschlechtsorgane
Mortalität
H3_05_M <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Zystektomie) &
srg %not_in_table% (CHOP_Eviszeration)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('H3_05_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% H3_05_M() # \dontrun{}