J3_12N_F.RdECMO-Therapie
J3_12N_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
58_33_N
J3-Komplexe Konstellationen
J-Komplexe, heterogene Krankheitsbilder (Tracer für Peer Review)
Fallzahl
J3_12N_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_ECMO_COVID)),
if_else((srg %in_table% (CHOP_Massentransfusion_EK_TK)), 2, 1), as.double(NA))) %>%
output_table_cnt('J3_12N_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% J3_12N_F() # \dontrun{}