L5_04_F.RdNierentransplantation, Autotransplantation und andere
L5_04_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
64_3_F
L5-Nierentransplantationen
L-Hochspezialisierte Medizin
Fallzahl
L5_04_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Niere_Tx_andere)), 1, as.double(NA))) %>%
output_table_cnt('L5_04_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% L5_04_F() # \dontrun{}