Skip to contents

This function loads the `S.1` dataset into R.

Usage

load_S_1(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{
S.1 <- load_S_1()
} # }