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