G2_04_F.RdNeugeborene 500-749 g
G2_04_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
33_13_F
G2-Neugeborene
G-Geburtshilfe und Frauenheilkunde
Fallzahl
G2_04_F <- function(x){ x %>%
mutate( i = if_else((F_Neugeborenes &
((birthwt<750 &
birthwt>=500) |
(admwt<750 &
admwt>=500))), 1, as.double(NA))) %>%
output_table_cnt('G2_04_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% G2_04_F() # \dontrun{}