View source: R/prefix_e_to_ucod.R
prefix_e_to_ucod | R Documentation |
All UCOD ICD-9 codes between 800 and 999 are external cause of injury (E) codes. We append the E to them to make regexing across UCOD and record columns consistent.
prefix_e_to_ucod(icd9_ucod)
icd9_ucod |
The ucod column from an ICD-9 dataframe |
vector
prefix_e_to_ucod(c(7951, 8001, 9992, 6000, 4000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.