Description Usage Arguments Value Examples
Find any drug, selected opioids and stimulants
1 | icd_drug_opioid(data, diag_ecode_col)
|
data |
input data |
diag_ecode_col |
column indices |
any_drug, any_opioid, non_heroin_opioid, heroin, stimulant, cocaine, stimulant_not_cocaine
1 2 3 4 5 | library(dplyr)
library(purrr)
icd10cm_data150 %>%
icd_drug_opioid(diag_ecode_col = c(2:6)) %>%
sample_n(10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.