L6_04_F.RdTransfusion von peripheren hämatopoetischen Stammzellen
L6_04_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
65_2_F
L6-Transplantation/Transfusionen von Stammzellen
L-Hochspezialisierte Medizin
Fallzahl
L6_04_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Transfusion_haematopoet_SZ_autogen) |
srg %in_table% (CHOP_Transfusion_haematopoet_SZ_allogen_andere)), 1, as.double(NA))) %>%
output_table_cnt('L6_04_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% L6_04_F() # \dontrun{}