A7_05_F.Rd
OP combinée du cœur
A7_05_F(x)
un tibble
(voir le format de la valeur de retour de read.bfs)
07_14_F
A7-Opérations du cœur
A-Maladies cardiaques
nombre de cas
A7_05_F <- function(x){ x %>%
mutate( i = if_else(( (srg %in_table% (CHOP_Herz_OP_andere) &
srg %in_table% (CHOP_Coronar_OP)) |
(srg %in_table% (CHOP_Herzklappen) &
srg %in_table% (CHOP_Coronar_OP)) |
(srg %in_table% (CHOP_Herz_OP_andere) &
srg %in_table% (CHOP_Herzklappen)) |
(srg %in_table% (CHOP_Herz_OP_andere) &
srg %in_table% (CHOP_Coronar_OP) &
srg %in_table% (CHOP_Herzklappen))), 1, as.double(NA))) %>%
output_table_cnt('A7_05_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% A7_05_F() # \dontrun{}