R/new_cache.R

Defines functions new.cache

Documented in new.cache

#' Generate new cache list
#'
#' @return
#' @export
#'
#'
new.cache <- function() {

  assign("cache", list(), pos = .GlobalEnv)

}
nicohuttmann/htmnanalysis documentation built on Dec. 6, 2020, 3:02 a.m.