Package: DOPE 2.1.0
DOPE: Drug Ontology Parsing Engine
Provides information on drug names (brand, generic and street) for drugs tracked by the DEA. There are functions that will search synonyms and return the drug names and types. The vignettes have extensive information on the work done to create the data for the package.
Authors:
DOPE_2.1.0.tar.gz
DOPE_2.1.0.zip(r-4.5)DOPE_2.1.0.zip(r-4.4)DOPE_2.1.0.zip(r-4.3)
DOPE_2.1.0.tgz(r-4.4-any)DOPE_2.1.0.tgz(r-4.3-any)
DOPE_2.1.0.tar.gz(r-4.5-noble)DOPE_2.1.0.tar.gz(r-4.4-noble)
DOPE_2.1.0.tgz(r-4.4-emscripten)DOPE_2.1.0.tgz(r-4.3-emscripten)
DOPE.pdf |DOPE.html✨
DOPE/json (API)
NEWS
# Install 'DOPE' in R: |
install.packages('DOPE', repos = c('https://ctn-0094.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ctn-0094/dope/issues
- dea_brands - Drug brand info
- dea_controlled - Drug controlled substance synonyms
- dea_factsheets - Drug ontology information from https://www.dea.gov/factsheets
- dea_street_names - Drug slang from DEA's DIR-020-17 Drug Slang Code Words.pdf
- drug_df - Simulated drug data
- drug_stop_words - A vector with drug-specific stop words in English
- iqvia - Data sent from IQVIA
- lookup_df - A lookup table with drug class, category, and synonyms
- noslang_raw - Drug terms from https://www.noslang.com/drugs/dictionary
- noslang_street_names - Drug slang from https://www.noslang.com/drugs/dictionary
Last updated 3 years agofrom:59b5c5c52c. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | NOTE | Oct 31 2024 |
R-4.4-mac | NOTE | Oct 31 2024 |
R-4.3-win | NOTE | Oct 31 2024 |
R-4.3-mac | NOTE | Oct 31 2024 |
Exports:compress_lookuplookuplookup_synparse
Dependencies:clidplyrfansigenericsgluejaneaustenrlatticelifecyclemagrittrMatrixpillarpkgconfigpurrrR6RcpprlangSnowballCstringistringrtibbletidyselecttidytexttokenizersutf8vctrswithr
How the dea_controlled file was made.
Rendered fromcontrolled.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2021-06-16
Started: 2020-12-31
How the dea_street_names file was made.
Rendered fromdea_street_names.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2021-05-11
Started: 2020-12-31
How the noslang_stret_names file was made.
Rendered fromnoslang_street_names.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2021-04-05
Started: 2020-12-31
Introduction to DOPE
Rendered fromIntro.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2021-05-06
Started: 2020-12-31
Introduction to parse and the lookup_ functions
Rendered fromparse_lookup.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2021-05-06
Started: 2021-04-27
Make Lookup Table
Rendered frommake_lookup_df.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2021-06-17
Started: 2020-12-31
Scraping drug names and slang from web pages.
Rendered fromdea_scrape.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2021-04-05
Started: 2020-12-31
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Collapse Redundant Rows of a Lookup Table | compress_lookup |
Drug brand info | dea_brands |
Drug controlled substance synonyms | dea_controlled |
Drug ontology information from https://www.dea.gov/factsheets | dea_factsheets |
Drug slang from DEA's DIR-020-17 Drug Slang Code Words.pdf | dea_street_names |
Simulated drug data | drug_df |
A vector with drug-specific stop words in English | drug_stop_words |
Data sent from IQVIA | iqvia |
Make a table with the class and category for a drug name | lookup |
A lookup table with drug class, category, and synonyms | lookup_df |
Make a table with the class and category for a drug name | lookup_syn |
Drug terms from https://www.noslang.com/drugs/dictionary | noslang_raw |
Drug slang from https://www.noslang.com/drugs/dictionary | noslang_street_names |
Parse a vector of free text containing drug information | parse |