H3_05_F.RdZystektomie
H3_05_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
51_31_N
H3-Eingriffe an der Harnblase
H-Erkrankungen der Harnwege und der männlichen Geschlechtsorgane
Fallzahl
H3_05_F <- 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_cnt('H3_05_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% H3_05_F() # \dontrun{}