R/getcache.R

Defines functions get.module.cache

Documented in get.module.cache

#' Returns the current file cache
#'
#' @return environment containing the file cache.
#' @export
#'
#' @examples
#' cache <- get.module.cache()
get.module.cache <- function() {
  return(module.cache)
}

Try the lrequire package in your browser

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

lrequire documentation built on May 1, 2019, 6:49 p.m.