synthetic_cdisc_data.Rd
Get Synthetic CDISC Data
synthetic_cdisc_data(name)
name of data collection. If name == "latest" then the newest datasets get returned
A named list with synthetic data
if (FALSE) { library(scda.2022) dfs <- synthetic_cdisc_data("rcd_2022_06_27") names(dfs) latest_dfs <- synthetic_cdisc_data("latest") names(latest_dfs) }