The Drug Informatics Studio is an R package designed to provide easy-to-use functions for working with RxNorm and NDFRT drug annotation data.
The DIStudio package can be installed from GitHub with the following commands:
# Uncomment the following line if the devtools package is not installed
# install.packages("devtools")
devtools::install_github("DrugInfoStudio/DIStudio", build_vignettes=T)
After installing the package, you can get a quick overview of the package
via the the quick-start
vignette:
vignette('quick-start', package='DIStudio')
The rxnorm-example
vignette provides more detailed demonstration of the package:
vignette('rxnorm-example', package='DIStudio')
Eventually, the DIStudio package will offer mechanisms to generate new, up-to-date models directly from RxNorm data. In the meantime, the package is bundled with a default dataset including:
TODO
Complete documentation is pending. In the meantime, all exported, user-facing functions
have complete unit test coverage. Please see the files in the tests/testthat
folder
for usage examples.
GNU GPL
Contributions in the form of issues and pull requests are welcomed and encouraged.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.