Transplantation cardiaque

L1_03_F(x)

Arguments

x

un tibble (voir le format de la valeur de retour de read.bfs)

Alias

60_2_F

Chapitre

L1-Transplantations cardiaques

Groupe

L-Médecine hautement spécialisée

Type

nombre de cas

Spécification

L1_03_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Herz_Tx) &
srg %not_in_table% (CHOP_Herz_Lungen_Tx)), 1, as.double(NA))) %>%
output_table_cnt('L1_03_F') }

Examples

if (FALSE)  read.bfs(path2file) %>% iqi.functions() %>% L1_03_F()  # \dontrun{}