An R interface for the NLM's UMLS.
| .github | ||
| data | ||
| docs | ||
| man | ||
| packrat | ||
| R | ||
| vignettes | ||
| .gitignore | ||
| .Rbuildignore | ||
| .Rprofile | ||
| _pkgdown.yml | ||
| DESCRIPTION | ||
| LICENSE | ||
| LICENSE.md | ||
| NAMESPACE | ||
| NEWS.md | ||
| README.md | ||
| rUMLS.Rproj | ||
rUMLS
An R interface for the National Library of Medicine's Unified Medical Language System UMLS.
Installation
This currently can only be installed from github:
# install.packages('devtools')
devtools::install_github("mpancia/rUMLS", build_vignettes=TRUE)
See the vignette for usage notes:
vignette("rUMLS")
Authentication
You need an NLM license in order to use this package. Obtain one at the NLM site.
Useful links
Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.