metalite

CRAN status Codecov test coverage CRAN Downloads R-CMD-check status

Unified representation of metadata structure for clinical analysis & reporting (A&R) by leveraging the Analysis Data Model (ADaM) datasets.

Installation

The easiest way to get metalite is to install from CRAN:

install.packages("metalite")

Alternatively, to use a new feature or get a bug fix, you can install the development version of metalite from GitHub:

# install.packages("remotes")
remotes::install_github("Merck/metalite")

Overview

The metalite framework is designed to:

Use cases

The metalite package offers a foundation to simplify tool development and create standard engineering workflows. For example, metalite can be used to:

Note: metalite is a low-level R package that needs to work with other R packages to complete the work. The idea is illustrated in the diagram above.

Design principles

We built metalite with the following principles: