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")))
}
cannin/paxtoolsr documentation built on Feb. 2, 2023, 11:44 a.m.