Download and load herm.rdata file containing SNP data from Sandy Inland Mouse Details can be found in the article at https://rdinnager.github.io/slimr/articles/Main_manuscript_example_v2.html

load_herm(
  file_name = file.path(system.file(package = "slimr", "extdata"), "herm.rdata")
)

Arguments

file_name

File name to download data file to. It is recommended to use the default.

Value

A `genlight` object with SNP data

Examples

herm <- load_herm()
#> Warning: URL https://figshare.com/ndownloader/files/43810926: cannot open destfile '', reason 'Invalid argument'
#> Warning: download had nonzero exit status
#> Error in readRDS(con, refhook = refhook): unknown input format
herm
#> Error in eval(expr, envir, enclos): object 'herm' not found