L4_01_F.RdTransplantation von Pankreas oder gewebe insgesamt
L4_01_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
63_0_F
L4-Pankreastransplantationen
L-Hochspezialisierte Medizin
Fallzahl
L4_01_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Pankreas_Tx)), 1, as.double(NA))) %>%
output_table_cnt('L4_01_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% L4_01_F() # \dontrun{}