HD Lungenkrebs

D3_01_F(x)

Arguments

x

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

Alias

16_1_F

Kapitel

D3-Lungenkrebs

Gruppe

D-Erkrankungen der Lunge

Typ

Fallzahl

Spezifikation

D3_01_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Lungenkrebs)), 1, as.double(NA))) %>%
output_table_cnt('D3_01_F') }

Examples

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