Skip to contents

Get Synthetic CDISC Dataset

Usage

synthetic_cdisc_dataset(archive_name, dataset_name)

Arguments

archive_name

name of data collection. If name = "latest" then the newest dataset gets returned

dataset_name

the lowercase name of the requested dataset e.g. adsl

Value

A data.frame of synthetic data

Examples

if (FALSE) {
library(scda.2022)

adsl <- synthetic_cdisc_dataset("latest", "adsl")
}