R/s_cache.R

Defines functions s.cache

Documented in s.cache

#' Saves cache list in dat or other list
#'
#' @param name name
#' @param destination storage list
#'
#' @return
#' @export
#'
#'
s.cache <- function(name, destination = "dat") {
  saveThis(cache, name, destination)
  new.cache()
}
nicohuttmann/htmnanalysis documentation built on Dec. 6, 2020, 3:02 a.m.