This function loads the `X.group.source` dataset into R.
Usage
load_X_group_source(filepath = NULL)
Arguments
- filepath
(optional) Path to the downloaded `.Rdata` file.
If `NULL`, the file will be downloaded automatically.
Value
The loaded dataset.
Examples
if (FALSE) { # \dontrun{
X.group.source <- load_X_group_source()
} # }