Generate SDTM datasets aligned with Johnson & Johnson’s Clinical and Statistical Programming standards.
Currently supports the following SDTM domains: - MH (Medical History) - DS (Disposition)
You can install the development version from GitHub:
# install.packages("devtools")
::install_github("johnsonandjohnson/pharmaversesdtmjnj") devtools
library(pharmaversesdtmjnj)
# Access the SDTM datasets directly
# These datasets are loaded lazily when the package is loaded
head(ds)
head(mh)
Test datasets have been sourced from the pharmaversesdtm package, which utilized the data from the CDISC pilot project.