#' Title
#'
#' @return
#' @export
#' @importFrom magrittr %>%
#'
#' @examples
list_caches <- function() {
build.dir <- .get_build_dir_name()
dir(build.dir) %>% tools::file_path_sans_ext()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.