find_icd8 | R Documentation |
Finds specific icd-8 codes provided as regex
find_icd8(icd_8 = icd_8, icd_8_code = icd_8_code, regex, negate = FALSE)
icd_8 |
is the data with icd-8 codes |
icd_8_code |
is the column (variable) with icd-8 codes |
regex |
is the regex of icd-8 codes |
the dataframe with icd-8 codes
find_icd8(regex = "^249")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.