loadExampleObject: Load example GRN dataset

View source: R/core.R

loadExampleObjectR Documentation

Load example GRN dataset

Description

Load example GRN dataset

Usage

loadExampleObject(
  forceDownload = FALSE,
  fileURL = "https://www.embl.de/download/zaugg/GRaNIE/GRN.rds"
)

Arguments

forceDownload

TRUE or FALSE. Default FALSE. Should the download be enforced even if the local cached file is already present?

fileURL

Character. Default https://www.embl.de/download/zaugg/GRaNIE/GRN.rds. URL to the GRN example object in rds format.

Value

An example GRN object

Examples

GRN = loadExampleObject()

chrarnold/GRaNIE documentation built on April 28, 2022, 2:18 a.m.