Usage
synthetic_cdisc_data(name)
Arguments
- name
name of data collection to return. If name = "latest"
then the newest datasets get returned.
Value
A named list
containing synthetic datasets.
Examples
if (FALSE) { # \dontrun{
library(scda.2022)
dfs <- synthetic_cdisc_data("rcd_2022_06_27")
names(dfs)
latest_dfs <- synthetic_cdisc_data("latest")
names(latest_dfs)
} # }