Nothing
#' List files in cache directory
#'
#' @return a vector of the files in the cache directory
#'
#' @examples
#' getCacheFiles()
#'
#' @concept paxtoolsr
#' @export
getCacheFiles <- function() {
return(dir(Sys.getenv("PAXTOOLSR_CACHE")))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.