ResultModelManager

Build Status codecov.io

ResultModelManager (RMM) HADES.

Introduction

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.

System Requirements

Requires R. Some of the packages used by ResultModelManager require Java.

Installation

  1. See the instructions here for configuring your R environment, including Java.

  2. In R, use the following commands to download and install ResultModelManager:

remotes::install_github("OHDSI/ResultModelManager")

Usage

See articles: - Creating migrations - Example Project - Upload functionality - Connection handler - Using query namespaces

Support

Contributing

Read here how you can contribute to this package.

License

ResultModelManager is licensed under Apache License 2.0

Development

ResultModelManager is being developed in R Studio.

Development status

Initial release - use with care