#' Remove cache files
#'
#' @description Remove all package cache files.
#' @rdname reset_cache
#' @export
reset_cache <- function() {
unlink(rappdirs::user_cache_dir("jpops"),
recursive = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.