G5_01_F.RdEingriffe an der Brust insgesamt (Mammaresektionen und plastiken)
G5_01_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
38_1_F
G5-Eingriffe an der Brust
G-Geburtshilfe und Frauenheilkunde
Fallzahl
G5_01_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Brust_OP) &
F_Sex), 1, as.double(NA))) %>%
output_table_cnt('G5_01_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% G5_01_F() # \dontrun{}