B5_01_F.RdHD Multiple Sklerose
B5_01_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
12_1_F
B5-Multiple Sklerose
B-Erkrankungen des Nervensystems, Schlaganfall (Stroke)
Fallzahl
B5_01_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_MS)), 1, as.double(NA))) %>%
output_table_cnt('B5_01_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% B5_01_F() # \dontrun{}