Lebertransplantation mit Retransplantation im gleichen Aufenthalt

L3_04_F(x)

Arguments

x

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

Alias

62_3_F

Kapitel

L3-Lebertransplantationen

Gruppe

L-Hochspezialisierte Medizin

Typ

Fallzahl

Spezifikation

L3_04_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Leber_Tx) &
srg %in_range% c('009911')), 1, as.double(NA))) %>%
output_table_cnt('L3_04_F') }

Examples

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