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