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.2022)
dfs <- synthetic_cdisc_data("rcd_2022_06_27")
names(dfs)
latest_dfs <- synthetic_cdisc_data("latest")
names(latest_dfs)
}