A6_01_F.RdKathetergestützte ablative Therapie
A6_01_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
06_1_F
A6-Ablative Therapie
A-Erkrankungen des Herzens
Fallzahl
A6_01_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Ablation_Katheter)), 1, as.double(NA))) %>%
output_table_cnt('A6_01_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% A6_01_F() # \dontrun{}