Description Usage Arguments Value Examples
Find any drug, selected opioids and stimulants
1 | icd_drug_opioid_uu(data, diag_ecode_col)
|
data |
input data |
diag_ecode_col |
column indices |
any_drug_uu, any_opioid_uu, non_heroin_opioid_uu, heroin_uu, stimulant_uu, cocaine_uu, stimulant_not_cocaine_uu
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.