#' 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()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.