cache_contains <- function (..., root = cache_root()) {
#verbose <- isTRUE(getOption("cacher.verbose"))
file.exists(cache_path(..., root = root))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.