#' Title
#'
#' @return
#' @export
#'
#' @examples
clear_cache <- function() {
unlink(dir("caches", full.names = TRUE))
if (".caches" %in% ls(envir = globalenv(), all.names = TRUE)) rm(list = ls(.caches), envir = .caches)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.