.createDirectoryForCache | R Documentation |
Create directories for cache
.createDirectoryForCache(baseDir, parentPath)
baseDir |
tentative base dir to create. |
parentPath |
first 4 characters of digest that will become parent directory for the actual cache file (this reduces number of files per folder) |
a list of updated baseDir and parentDir
glmSparseNet:::.createDirectoryForCache(tempdir(), "abcd")
glmSparseNet:::.createDirectoryForCache(
file.path(getwd(), "run-cache"), "abcd"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.