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