find_icd | R Documentation |
Finds specific icd codes provided as regex
find_icd(
icd_data = icd_data,
icd_code = icd_code,
regex = NULL,
negate = FALSE,
is_icd_8_code = FALSE,
regex_icd_8 = NULL,
regex_icd_10 = NULL
)
icd_code |
is the column (variable) with icd codes |
regex |
is the regex of icd codes |
is_icd_8_code |
is the indicator of whether the code is icd-8 code |
icd |
is the data with icd codes |
the dataframe with icd-8 codes
find_icd(regex = "^DE10|^DE11|^DH360|^249|^250")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.