cacheURL | R Documentation |
Download and cache a file using BiocFileCache
cacheURL( url, pkg = "BiocFileCache", update = FALSE, ask = FALSE, verbose = TRUE )
url |
|
pkg |
|
update |
|
ask |
|
verbose |
|
character(1)
.
Cached file path on disk.
Updated 2021-05-18.
BiocFileCache::bfcinfo()
.
url <- AcidBase::pasteURL( pipetteTestsURL, "biocfilecache-test.txt", protocol = "none" ) file <- cacheURL(url) print(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.