Skip to contents

This function loads the `pairs.rel.EV` dataset into R.

Usage

load_pairs_rel_EV(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{
pairs.rel.EV <- load_pairs_rel_EV()
} # }