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