B2_03_F.RdNeurologische oder andere Komplexbehandlung (Stroke Unit)
B2_03_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
10_1_F
B2-Behandlung auf Stroke Unit
B-Erkrankungen des Nervensystems, Schlaganfall (Stroke)
Fallzahl
B2_03_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Stroke)), 1, as.double(NA))) %>%
output_table_cnt('B2_03_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% B2_03_F() # \dontrun{}