B4_02_F.RdHD Epilepsie (Alter <20)
B4_02_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
11_2_F
B4-Epilepsie
B-Erkrankungen des Nervensystems, Schlaganfall (Stroke)
Fallzahl
B4_02_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Epilepsie) &
ageyears<20), 1, as.double(NA))) %>%
output_table_cnt('B4_02_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% B4_02_F() # \dontrun{}