datasets is a table listing datasets bundled with
dtlg.data. Data is generated with the
random.cdisc.data package.
Use the name field as input to dataset() to retrieve that dataset into
memory.
Format
A tibble of bundled datasets of 4 variables:
nameName of the dataset.
nrowNumber of observations in the dataset.
ncolNumber of variables in the dataset.
descriptionBrief description of the dataset.
Examples
datasets
#> # A tibble: 3 × 4
#> name nrow ncol description
#> <chr> <int> <int> <chr>
#> 1 adsl_small 20000 55 A large Subject-Level Analysis Dataset (ADSL).
#> 2 adsl_large 1000000 55 A small Subject-Level Analysis Dataset (ADSL).
#> 3 adae 743022 106 A large Adverse Event Analysis Dataset derived from …