return paths to cached entities after retrieving and caching them if needed

cache_assets(cache = BiocFileCache::BiocFileCache())

Arguments

cache

instance of BiocFileCache::BiocFileCache()

Note

On first usage around 4GB of data, mostly parquet, will be downloaded and added to cache.

Examples

if (interactive()) {
   chk = yesno::yesno("If not already cached, this function will download 4GB of files.  Proceed?")
   if (chk) cache_assets()
}