D4_04_P.Rd
Bronchoplastie et angioplastie en cas de carcinome bronchique, pourcentage
D4_04_P(x)
un tibble
(voir le format de la valeur de retour de read.bfs)
17_32
D4-Opérations du poumon (interventions majeures en chirurgie thoracique
D-Maladies pulmonaires
pourcentage
D4_04_P <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Resektion_Lunge_Bronchien) &
srg %not_in_table% (CHOP_Pneumektomie) &
ddx %in_table% (ICD_Karzinom_Lunge_Bronchien)),
if_else((srg %in_table% (CHOP_Bronchoangioplastische_OP)), 2, 1), as.double(NA))) %>%
output_table_perc('D4_04_P') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% D4_04_P() # \dontrun{}