Introduction
RMM is a database data model management utilities for R packages in the Observational Health Data Sciences and Informatics programme (OHDSI). RMM provides utility functions to allow package maintainers to migrate existing SQL database models, export and import results in consistent patterns.
Installation
See the instructions here for configuring your R environment, including Java.
In R, use the following commands to download and install ResultModelManager:
install.packages("ResultModelManager")
or, to install the development version:
remotes::install_github("ResultModelManager", ref = 'develop')
Usage
See articles: - Creating migrations - Example Project - Upload functionality - Connection handler - Using query namespaces
Support
- Developer questions/comments/feedback: OHDSI Forum
- We use the GitHub issue tracker for all bugs/issues/enhancements
Contributing
Read here how you can contribute to this package.