Unified representation of metadata structure for clinical analysis & reporting (A&R) by leveraging the Analysis Data Model (ADaM) datasets.
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")
::install_github("Merck/metalite") remotes
The metalite framework is designed to:
|>
).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.
We built metalite with the following principles: