G5_03_P.RdAnteil brusterhaltende Resektionen bei Brustkrebs
G5_03_P(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
38_22
G5-Eingriffe an der Brust
G-Geburtshilfe und Frauenheilkunde
Anteil
G5_03_P <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Resektion_brusterhaltend %+%
CHOP_Resektion_nicht_brusterhaltend) &
ddx %in_table% (ICD_Brustkrebs) &
F_Sex),
if_else((srg %not_in_table% (CHOP_Resektion_nicht_brusterhaltend)), 2, 1), as.double(NA))) %>%
output_table_perc('G5_03_P') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% G5_03_P() # \dontrun{}