NHSDataDictionaRy
The goal of this package is to provide a common set of functions for working with NHS Data Dictionary look up tables.
Installation
CRAN
To install the NHSDataDictionaRy from CRAN see hereunder:
# install.packages("NHSDataDictionaRy") # if not already installed
GitHub
To install the package from GitHub use the below:
#install.packages("remotes")
remotes::install_github("https://github.com/StatsGary/NHSDataDictionaRy")
Using the package
To use the package, you can download it from CRAN, using the library command to attach to your package:
library(NHSDataDictionaRy)
Vignette available to reference the toolset.
NHS Data Elements
When retrieving the current hyperlinks from the data elements page of R it is known that not all of these elements will have National Code tables. If a National Code table does not exist for the selected lookup table, then you will receive a message stating the lookup table requested does not exist and to try another lookup table. If you check this, you will see that the relevant data elements page of the NHS Data Dictionary does not contain that specific national codes table.
Credits
This package has been funded by the NHS-R community and designed in conjunction with Arden and GEM CSU. Gary Hutson is the package maintainer and can advise on bug fixes and general functionality issues.
Please create an issue on GitHub if you have any issues or request changes.
Contributors
Thanks goes to these wonderful people (emoji key):
polc1410 � |
This project follows the all-contributors specification. Contributions of any kind welcome!