R/examine_cache.R

Defines functions examine_cache

Documented in examine_cache

#' look at a cache for potential BBS build artifact tarballs
#' @param cache BiocFileCache instance, defaults to BiocFileCache::BiocFileCache()
#' @export
examine_cache = function(cache = BiocFileCache::BiocFileCache()) {
  BiocFileCache::bfcquery(cache, "report.tgz")
}
vjcitn/bbsBuildArtifacts documentation built on Aug. 6, 2023, 2:06 p.m.