Implantation oder Wechsel eines Defibrillators

A5_02_F(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

05_11_F

Kapitel

A5-Versorgung mit Schrittmacher oder implantierbarem Defibrillator

Gruppe

A-Erkrankungen des Herzens

Typ

Fallzahl

Spezifikation

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') }

Examples

if (FALSE)  read.bfs(path2file) %>% iqi.functions() %>% A5_02_F()  # \dontrun{}