E3_03_F.RdRadiojodtherapie
E3_03_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
20_2_F
E3-Eingriffe an der Schilddrüse
E-Erkrankungen der Bauchorgane
Fallzahl
E3_03_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Radiojod)), 1, as.double(NA))) %>%
output_table_cnt('E3_03_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% E3_03_F() # \dontrun{}