Skip to contents

Get Synthetic CDISC Dataset

Usage

synthetic_cdisc_dataset(dataset_name, name)

Arguments

dataset_name

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

name

name of data collection. If name = "latest" then the newest datasets get returned

Value

A data.frame of synthetic data

Examples

if (FALSE) {
library(scda.2021)

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