R/list_caches.r

Defines functions list_caches

Documented in list_caches

#' Title
#'
#' @return
#' @export
#' @importFrom magrittr %>%
#'
#' @examples
list_caches <- function() {
  build.dir <- .get_build_dir_name()
  dir(build.dir) %>% tools::file_path_sans_ext()
}
georgfoe/cacher documentation built on Nov. 4, 2019, 1:04 p.m.