View source: R/extract_artifacts.R
make_demo_ArtifSet | R Documentation |
simplify production of the test ArtifSet
make_demo_ArtifSet(
cache = BiocFileCache::BiocFileCache(),
preclean = TRUE,
demostring = "demo.tgz",
url = paste0("file://", demo_path())
)
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 |
make_demo_ArtifSet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.