Cholezystektomie bei Gallensteinen und Cholezystitis, ohne Tumor

E1_01_F(x)

Arguments

x

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

Alias

18_3_N

Kapitel

E1-Entfernung der Gallenblase (Cholezystektomie)

Gruppe

E-Erkrankungen der Bauchorgane

Typ

Fallzahl

Spezifikation

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

Examples

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