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