B1_18_P.RdAnteil HD Hirninfarkt mit intrakranieller Thrombektomie (Alter >19)
B1_18_P(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
09_321
B1-Schlaganfall
B-Erkrankungen des Nervensystems, Schlaganfall (Stroke)
Anteil
B1_18_P <- function(x){ x %>%
mutate( i = if_else((pdx %in_range% c('I630','I639') &
ageyears>19),
if_else((srg %in_table% (CHOP_Thrombektomie_intra)), 2, 1), as.double(NA))) %>%
output_table_perc('B1_18_P') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% B1_18_P() # \dontrun{}