This function loads the `U.2` dataset into R.
Usage
load_U_2(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{
U.2 <- load_U_2()
} # }