I6_01_F.RdPolytrauma im Sinne der DRG-Definition
I6_01_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
49_1_F
I6-Polytraumen
I-Erkrankungen von Knochen, Gelenken und Bindegewebe
Fallzahl
I6_01_F <- function(x){ x %>%
mutate( i = if_else((F_Polytrauma), 1, as.double(NA))) %>%
output_table_cnt('I6_01_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% I6_01_F() # \dontrun{}