G5_02_F.RdResektionen der Mamma bei Brustkrebs
G5_02_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
38_21_F
G5-Eingriffe an der Brust
G-Geburtshilfe und Frauenheilkunde
Fallzahl
G5_02_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), 1, as.double(NA))) %>%
output_table_cnt('G5_02_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% G5_02_F() # \dontrun{}