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