L2_01_F.RdLungen und HerzLungenTransplantation insgesamt
L2_01_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
61_0_F
L2-Lungentransplantationen
L-Hochspezialisierte Medizin
Fallzahl
L2_01_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Lungen_Tx) |
srg %in_table% (CHOP_Herz_Lungen_Tx)), 1, as.double(NA))) %>%
output_table_cnt('L2_01_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% L2_01_F() # \dontrun{}