L1_03_F.RdHerztransplantation
L1_03_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
60_2_F
L1-Herztransplantationen
L-Hochspezialisierte Medizin
Fallzahl
L1_03_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Herz_Tx) &
srg %not_in_table% (CHOP_Herz_Lungen_Tx)), 1, as.double(NA))) %>%
output_table_cnt('L1_03_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% L1_03_F() # \dontrun{}