A1_04_F.RdHD Herzinfarkt, Alter 65-84
A1_04_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
01_13_N
A1-Herzinfarkt
A-Erkrankungen des Herzens
Fallzahl
A1_04_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Herzinfarkt) &
ageyears>=65 &
ageyears<85),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('A1_04_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% A1_04_F() # \dontrun{}