Skip to contents

Get Synthetic CDISC Data

Usage

synthetic_cdisc_data(name)

Arguments

name

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

Value

A named list with synthetic data

Examples

if (FALSE) {
library(scda.2021)

dfs <- synthetic_cdisc_data("rcd_2021_03_22")
names(dfs)

latest_dfs <- synthetic_cdisc_data("latest")
names(latest_dfs)
}