Get Synthetic CDISC Dataset
synthetic_cdisc_dataset.Rd
Get Synthetic CDISC Dataset
Arguments
- archive_name
name of data collection. If name = "latest" then the newest dataset gets returned
- dataset_name
the lowercase name of the requested dataset e.g.
adsl
Examples
if (FALSE) {
library(scda.2022)
adsl <- synthetic_cdisc_dataset("latest", "adsl")
}