L3_01_F.RdLebertransplantation insgesamt
L3_01_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
62_0_F
L3-Lebertransplantationen
L-Hochspezialisierte Medizin
Fallzahl
L3_01_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Leber_Tx)), 1, as.double(NA))) %>%
output_table_cnt('L3_01_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% L3_01_F() # \dontrun{}