Hüft­ oder Knie­Endoprothesen­Eingriffe bei Tumor

I1_21_F(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

45_1_N

Kapitel

I1-Gelenkersatz, Endoprothese

Gruppe

I-Erkrankungen von Knochen, Gelenken und Bindegewebe

Typ

Fallzahl

Spezifikation

I1_21_F <- function(x){ x %>%
mutate( i = if_else((F_Hueft_Knie_Tumor_ein),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('I1_21_F') }

Examples

if (FALSE)  read.bfs(path2file) %>% iqi.functions() %>% I1_21_F()  # \dontrun{}