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")))
}

Try the paxtoolsr package in your browser

Any scripts or data that you put into this service are public.

paxtoolsr documentation built on Nov. 8, 2020, 8:29 p.m.