example_cdisc_data {teal.data} | R Documentation |
Generate sample CDISC datasets
Description
Retrieves example CDISC datasets for use in examples and testing.
Usage
example_cdisc_data(
dataname = c("ADSL", "ADAE", "ADLB", "ADCM", "ADEX", "ADRS", "ADTR", "ADTTE", "ADVS")
)
Arguments
dataname |
( |
Details
This function returns a dummy dataset and should only be used within teal.data
.
Note that the datasets are not created and maintained in teal.data
, they are retrieved its dependencies.
Value
A CDISC dataset as a data.frame
.
[Package teal.data version 0.6.0 Index]