Transplantation pulmonaire

L2_02_F(x)

Arguments

x

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

Alias

61_1_F

Chapitre

L2-Transplantations pulmonaires

Groupe

L-Médecine hautement spécialisée

Type

nombre de cas

Spécification

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

Examples

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