E1_01_M.RdCholezystektomie bei Gallensteinen und Cholezystitis, ohne Tumor, Mortalität
E1_01_M(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
18_3
E1-Entfernung der Gallenblase (Cholezystektomie)
E-Erkrankungen der Bauchorgane
Mortalität
E1_01_M <- function(x){ x %>%
mutate( i = if_else((F_Cholecystektomie),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('E1_01_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% E1_01_M() # \dontrun{}