Transplantation hépatique, foie partiel/auxiliaire/autre

L3_03_F(x)

Arguments

x

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

Alias

62_2_F

Chapitre

L3-Transplantations hépatiques

Groupe

L-Médecine hautement spécialisée

Type

nombre de cas

Spécification

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

Examples

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