G5_03_F.RdBrusterhaltende Resektionen bei Brustkrebs
G5_03_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
38_22_Z
G5-Eingriffe an der Brust
G-Geburtshilfe und Frauenheilkunde
Fallzahl
G5_03_F <- 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_cnt('G5_03_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% G5_03_F() # \dontrun{}