A5_02_F.RdImplantation oder Wechsel eines Defibrillators
A5_02_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
05_11_F
A5-Versorgung mit Schrittmacher oder implantierbarem Defibrillator
A-Erkrankungen des Herzens
Fallzahl
A5_02_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Defi)), 1, as.double(NA))) %>%
output_table_cnt('A5_02_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% A5_02_F() # \dontrun{}