C1_01_F.RdGeriatrische Frührehabilitation
C1_01_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
13_1_F
C1-Geriatrische Frührehabilitation
C-Altersmedizin
Fallzahl
C1_01_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Ger_Fruehreha)), 1, as.double(NA))) %>%
output_table_cnt('C1_01_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% C1_01_F() # \dontrun{}