https://github.com/robwiederstein/opioidlit
Wrap-around to the Opioid Industry Document Archive API
https://github.com/robwiederstein/opioidlit
drugs litigation opioid overdose prescription
Last synced: 6 days ago
JSON representation
Wrap-around to the Opioid Industry Document Archive API
- Host: GitHub
- URL: https://github.com/robwiederstein/opioidlit
- Owner: RobWiederstein
- License: other
- Created: 2022-09-28T15:34:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T18:15:49.000Z (about 3 years ago)
- Last Synced: 2025-06-03T14:40:54.974Z (5 months ago)
- Topics: drugs, litigation, opioid, overdose, prescription
- Language: R
- Homepage: https://robwiederstein.github.io/opioidLit/
- Size: 808 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# opioidLit
[](https://github.com/RobWiederstein/opioidLit/actions/workflows/R-CMD-check.yaml)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)The goal of `opioidLit` is to give easy access to the Opioid Industry Document Archives ("OIDA").
## About
According to OIDA's [website](https://www.industrydocuments.ucsf.edu/opioids/about/overview/), "[t]he Opioid Industry Documents Archive was created by UCSF and Johns Hopkins University in 2021. It preserves and provides permanent public access to previously-internal corporate documents released from opioid litigation and other sources. The documents shed light on the opioid industry during the height of the U.S. opioid crisis." As of September 27, 2022, the archive contained 8.9 million pages and 1.5 million documents.
## Installation
You can install the development version of `opioidLit` like so:
``` r
# install.packages("devtools")
devtools::install_github("RobWiederstein/opioidLit/")
```
## Code of ConductPlease note that the `opioidLit` project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
## References
G. Caleb Alexander, Lisa A. Mix, et. al., The Opioid Industry Documents Archive: A Living Digital Repository, 112 Am. J. of Public Health 1126-1129 (2022) https://doi.org/10.2105/AJPH.2022.306951