Skip to contents

Check 🛠 Docs 📚

GitHub forksGitHub repo stars

GitHub commit activityGitHub contributorsGitHub last commitGitHub pull requestsGitHub repo sizeProject Status: Active – The project has reached a stable, usable state and is being actively developed. Current Version Open Issues

Generate SDTM datasets aligned with Johnson & Johnson’s Clinical and Statistical Programming standards.

Features

  • Generates SDTM datasets that comply with J&J standards
  • Built on top of the ‘pharmaversesdtm’ package
  • Implements data conversion from pharmaverse format to J&J standards format
  • Provides reproducible and consistent test data

Implemented Datasets

  • MH (Medical History)
  • DS (Disposition)

Installation

You can install the development version from GitHub:

install.packages("pharmaversesdtmjnj") #CRAN Release
#install.packages("devtools") #or for the rolling release
#devtools::install_github("johnsonandjohnson/pharmaversesdtmjnj")

Usage

library(pharmaversesdtmjnj)

# Access the SDTM datasets directly
# These datasets are loaded lazily when the package is loaded
head(ds)
head(mh)

Data Sources

Test datasets have been sourced from the pharmaversesdtm package, which utilized the data from the CDISC pilot project.