Cholezystektomie bei Gallensteinen und Cholezystitis, ohne Tumor, Mortalität

E1_01_M(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

18_3

Kapitel

E1-Entfernung der Gallenblase (Cholezystektomie)

Gruppe

E-Erkrankungen der Bauchorgane

Typ

Mortalität

Spezifikation

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') }

Examples

if (FALSE)  read.bfs(path2file) %>% iqi.functions() %>% E1_01_M()  # \dontrun{}