Eingriffe an der Brust insgesamt (Mammaresektionen und ­plastiken)

G5_01_F(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

38_1_F

Kapitel

G5-Eingriffe an der Brust

Gruppe

G-Geburtshilfe und Frauenheilkunde

Typ

Fallzahl

Spezifikation

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') }

Examples

if (FALSE)  read.bfs(path2file) %>% iqi.functions() %>% G5_01_F()  # \dontrun{}