B1_10_F.RdHD intrazerebrale Blutung ohne Tumor oder Kopfverletzung (Alter >19)
B1_10_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
09_4_N
B1-Schlaganfall
B-Erkrankungen des Nervensystems, Schlaganfall (Stroke)
Fallzahl
B1_10_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_range% c('I610','I619') &
sdx %not_in_table% (ICD_ADSR_ex) &
ageyears>19),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('B1_10_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% B1_10_F() # \dontrun{}