Tonsillektomie ohne Tumor

Z1_01_F(x)

Arguments

x

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

Alias

A_09_N

Kapitel

Z1-Aufenthaltsdauer

Gruppe

Z-Zusatzinformationen

Typ

Fallzahl

Spezifikation

Z1_01_F <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Tonsillektomie) &
ddx %not_in_table% (ICD_TUMOR)), 1, as.double(NA))) %>%
output_table_cnt('Z1_01_F') }

Examples

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