Herz­ und Herz­Lungen­Transplantation insgesamt

L1_01_F(x)

Arguments

x

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

Alias

60_0_F

Kapitel

L1-Herztransplantationen

Gruppe

L-Hochspezialisierte Medizin

Typ

Fallzahl

Spezifikation

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

Examples

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