Skip to contents

Get Synthetic CDISC Dataset

Usage

synthetic_cdisc_dataset(archive_name, dataset_name)

Arguments

archive_name

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

dataset_name

the lowercase name of the requested dataset (e.g. "adsl").

Value

A data.frame containing synthetic data.

Examples

if (FALSE) { # \dontrun{
library(scda.2022)

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