Nothing
.addREADME <- function(to=getCacheRootPath(), ...) {
# Add a README.txt to cache root (expaining what the directory is)
filename <- "README.txt"
pathnameD <- file.path(to, filename)
if (!isFile(pathnameD)) {
pathnameS <- system.file("_Rcache", filename, package="R.cache")
file.copy(pathnameS, pathnameD)
}
} # .addREADME()
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.