Roboterassistierte Eingriffe insgesamt

N1_02_F(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

69_3_F

Kapitel

N1-Roboterassistierte Eingriffe

Gruppe

N-Roboterassistierte Eingriffe

Typ

Fallzahl

Spezifikation

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') }

Examples

if (FALSE)  read.bfs(path2file) %>% iqi.functions() %>% N1_02_F()  # \dontrun{}