R/getCacheFiles.R

Defines functions getCacheFiles

Documented in getCacheFiles

#' List files in cache directory 
#' 
#' @return a vector of the files in the cache directory
#' 
#' @examples 
#' getCacheFiles()
#' 
#' @concept paxtoolsr
#' @export
getCacheFiles <- function() {
    return(dir(Sys.getenv("PAXTOOLSR_CACHE")))
}
BioPAX/paxtoolsr documentation built on Jan. 31, 2023, 4:22 a.m.