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