Nierentransplantation, allogen, Leichenniere

L5_03_F(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

64_2_F

Kapitel

L5-Nierentransplantationen

Gruppe

L-Hochspezialisierte Medizin

Typ

Fallzahl

Spezifikation

L5_03_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Niere_Tx_allogen) &
srg %in_table% (CHOP_Leichentransplantat)), 1, as.double(NA))) %>%
output_table_cnt('L5_03_F') }

Examples

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