E2_04_P.RdAnteil alloplastische OP bei Inguinalhernie, Alter >19
E2_04_P(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
19_32
E2-Hernienoperationen
E-Erkrankungen der Bauchorgane
Anteil
E2_04_P <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Hernien) &
srg %in_table% (CHOP_Inguinalhernie) &
ageyears>19),
if_else((srg %in_table% (CHOP_alloplast_Hernie)), 2, 1), as.double(NA))) %>%
output_table_perc('E2_04_P') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% E2_04_P() # \dontrun{}