R/classify.R
classify_elixhauser.RdExtends the original data with the classification table and keeps data in long format. Computes classification table and attaches it to original data. Data stays in long format.
classify_elixhauser(.data, icd_codes)
| .data | tibble of register data which we want to study |
|---|---|
| icd_codes | name of the variable holding ICD-codes |
data frame
if (FALSE) { x<-1 }