make_demo_ArtifSet: simplify production of the test ArtifSet

View source: R/extract_artifacts.R

make_demo_ArtifSetR Documentation

simplify production of the test ArtifSet

Description

simplify production of the test ArtifSet

Usage

make_demo_ArtifSet(
  cache = BiocFileCache::BiocFileCache(),
  preclean = TRUE,
  demostring = "demo.tgz",
  url = paste0("file://", demo_path())
)

Arguments

cache

BiocFileCache instance to use for checking for available image and retrieving if possible

preclean

logical(1) defaults to TRUE, in which case we search 'cache' for demostring in cache and remove

demostring

character(1) token to query BiocFileCache for in preclean step

url

character(1) url for local tgz

Examples

make_demo_ArtifSet()

vjcitn/bbsBuildArtifacts documentation built on Aug. 6, 2023, 2:06 p.m.