RMM is a database data model management utilities for R packages in the Observational Health Data Sciences and Informatics program. RMM provides utility functions to allow package maintainers to migrate existing SQL database models, export and import results in consistent patterns.
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')
See articles: - Creating migrations - Example Project - Upload functionality - Connection handler - Using query namespaces
Read here how you can contribute to this package.