N1_02_F.RdRoboterassistierte Eingriffe insgesamt
N1_02_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
69_3_F
N1-Roboterassistierte Eingriffe
N-Roboterassistierte Eingriffe
Fallzahl
N1_02_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Roboterchirurgie)), 1, as.double(NA))) %>%
output_table_cnt('N1_02_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% N1_02_F() # \dontrun{}