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