F_Hueft_Knie_Kombi_aus.Rd
Vérifie la spécification par rapport à chaque rencontre dans un tibble et ajoute une colonne logique avec le résultat.
F_Hueft_Knie_Kombi_aus(x)
un tibble
(voir le format de la valeur de retour de read.bfs)
vrai ou faux
F_Hueft_Knie_Kombi_aus <- function(x){ x %>%
mutate(F_Hueft_Knie_Kombi_aus =
!( (srg %in_table% (CHOP_Huefte_Implantation %+%
CHOP_Hueft_TEP_Wechsel)) &
(srg %in_table% (CHOP_Knie_Implantation %+%
CHOP_Knie_TEP_Wechsel)) &
ddx %not_in_table% (ICD_TUMOR) &
srg %not_in_range% c('81A111')) ) }
if (FALSE) read.bfs(path2file) %>% F_Hueft_Knie_Kombi_aus() # \dontrun{}