I1_22_F.RdHüft und KnieEndoprothesenEingriffe kombiniert
I1_22_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
45_2_N
I1-Gelenkersatz, Endoprothese
I-Erkrankungen von Knochen, Gelenken und Bindegewebe
Fallzahl
I1_22_F <- function(x){ x %>%
mutate( i = if_else((F_Hueft_Knie_Kombi_ein),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('I1_22_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% I1_22_F() # \dontrun{}