E7_01_F.RdEingriffe am Pankreas insgesamt ohne Transplantation (Alter >19)
E7_01_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
25_1_N
E7-Operationen an Bauchspeicheldrüse und Leber
E-Erkrankungen der Bauchorgane
Fallzahl
E7_01_F <- function(x){ x %>%
mutate( i = if_else((ageyears>19 &
(srg %in_table% (CHOP_Pankreasresektion) |
srg %in_table% (CHOP_Pankreaseingriffe)) &
srg %not_in_table% (CHOP_Pankreas_excl)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('E7_01_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% E7_01_F() # \dontrun{}