ovderdoser (overdose R), a package with functions and data for the analysis of hospital discharge and death data related to drug overdose. It makes use of the ICD-10, ICD-9-CM and ICD-10-CM case definitions proposed by CDC and CSTE.
To install and load the overdoser package into your working environment:
- Install the devtools package:
install.packages("devtools")
- Install the overdoser package:
devtools::install_github("injuryepi/overdoser")
- Load the package:
library(overdoser)