R/is_cache_root.R

#' is_cache_root
#'
#' rprojroot criterion for finding cache directory.
#'
#' @importFrom rprojroot has_dir
#' @export

is_cache_root <- rprojroot::has_dir( cache_name() )
decisionpatterns/cache documentation built on June 15, 2020, 9:35 p.m.