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